Skip to content

Commit a76497e

Browse files
committed
update ci rust
1 parent c90bbe6 commit a76497e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
- name: Setup Rust (default version is outdated)
19+
uses: actions-rust-lang/setup-rust-toolchain@v1
20+
with:
21+
toolchain: stable
22+
target: wasm32-unknown-unknown
1823
- name: Build WASM
1924
run: cargo build --release --target wasm32-unknown-unknown
2025
- name: Move WASM to pages folder

0 commit comments

Comments
 (0)