Skip to content

Commit

Permalink
Define .github/workflows/ci.yml job toolchain in one line
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCarney <[email protected]>
  • Loading branch information
DanGould and cpu authored Feb 15, 2024
1 parent 2f18d17 commit 5a0a1d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ jobs:
persist-credentials: false

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
uses: dtolnay/rust-toolchain@stable

- name: Add wasm target
run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 5a0a1d6

Please sign in to comment.