Skip to content

Commit

Permalink
fix: wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Aug 8, 2024
1 parent b5c245a commit 6b07c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Add wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Add nightly toolchain
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
run: rustup component add rust-src --toolchain nightly
- name: Install just
run: cargo install just
- name: Build
Expand Down

0 comments on commit 6b07c8d

Please sign in to comment.