Skip to content

Commit

Permalink
use binstall for wasm-tools, use nightly-date
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 24, 2024
1 parent 78b75e2 commit 2f97124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Set up Rust
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
targets: wasm32-unknown-unknown, wasm32-wasi
toolchain: nightly-x86_64-unknown-linux-gnu
toolchain: nightly-2024-2024-06-20
components: rust-src, rustfmt

- name: Install cargo component v0.13.2
Expand All @@ -39,11 +39,11 @@ jobs:
run: |
# Run binstall just with the --no-confirm flag
cargo binstall just --no-confirm
cargo install wasm-tools
cargo binstall wasm-tools --no-confirm
- name: Build and Compose Wasm
run: |
# just build-submodules
just build-submodules
just compose
- name: Archive build
Expand Down

0 comments on commit 2f97124

Please sign in to comment.