Skip to content

Commit 6b07dc7

Browse files
committed
ci fix 2
1 parent 2cb756b commit 6b07dc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/web.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828

2929
- name: Set up Rust
3030
uses: actions-rs/toolchain@v1
31+
with:
32+
toolchain: nightly-2025-06-30
33+
default: true
34+
override: true
3135

3236
- name: Install wasm-pack via apt
3337
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

0 commit comments

Comments
 (0)