Skip to content

Commit

Permalink
ci: Update setup rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Mar 18, 2024
1 parent 8e28b13 commit e0ef71e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
node-version: ${{ matrix.node-version }}
# cache: 'npm'
- name: Setup Rust
uses: actions-rs/toolchain@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
target: wasm32-unknown-unknown
- name: Setup wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build wasm dependency
Expand Down

0 comments on commit e0ef71e

Please sign in to comment.