Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 29, 2024
1 parent 2b79e0d commit d1e48b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:

- name: Install Rust Toolchain
run: |
rustup toolchain install stable
rustup target add wasm32-unknown-unknown --toolchain stable
rustup toolchain install 1.77.1
rustup target add wasm32-wasi --toolchain 1.77.1
- uses: actions/setup-node@v2
Expand Down

0 comments on commit d1e48b3

Please sign in to comment.