Skip to content

Commit

Permalink
downgrade rust toolchain in test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Jan 8, 2025
1 parent 301db01 commit 14868e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.81.0
toolchain: 1.80.1

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

- name: Install NPM dependencies
run: pnpm install

Expand Down

0 comments on commit 14868e5

Please sign in to comment.