Skip to content

Commit

Permalink
try to fix testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Mar 5, 2024
1 parent f8ee02a commit e5a218e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
rustup default nightly
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: "Install wasm-pack"
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
Expand Down

0 comments on commit e5a218e

Please sign in to comment.