We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595318e commit 21b58a0Copy full SHA for 21b58a0
.github/workflows/build_main.yml
@@ -31,9 +31,9 @@ jobs:
31
# cache: 'npm'
32
- name: Setup Rust
33
uses: actions-rust-lang/setup-rust-toolchain@v1
34
- with:
35
- toolchain: nightly-2024-10-8
36
- target: wasm32-unknown-unknown
+ # with:
+ # toolchain: nightly-2024-10-8
+ # target: wasm32-unknown-unknown
37
- name: Setup wasm-pack
38
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
39
- name: Build wasm dependency
0 commit comments