Skip to content

Commit

Permalink
revert back to nightly github action for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 24, 2024
1 parent 2c157c8 commit b766a0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,17 @@ jobs:
uses: cargo-bins/cargo-binstall@main

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

- name: Install cargo component v0.13.2
run: echo yes | cargo binstall [email protected]

- name: Run binstall just, wasm-tools
run: |
# Run binstall just with the --no-confirm flag
cargo binstall just --no-confirm
cargo binstall wasm-tools --no-confirm
Expand Down

0 comments on commit b766a0c

Please sign in to comment.