Skip to content

Commit 21b58a0

Browse files
authored
Update build_main.yml
1 parent 595318e commit 21b58a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
# cache: 'npm'
3232
- name: Setup Rust
3333
uses: actions-rust-lang/setup-rust-toolchain@v1
34-
with:
35-
toolchain: nightly-2024-10-8
36-
target: wasm32-unknown-unknown
34+
# with:
35+
# toolchain: nightly-2024-10-8
36+
# target: wasm32-unknown-unknown
3737
- name: Setup wasm-pack
3838
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
3939
- name: Build wasm dependency

0 commit comments

Comments
 (0)