try to fix testing ci

This commit is contained in:
Matthieu Baumann
2024-03-05 11:23:57 +01:00
parent f8ee02a604
commit fae476166b
17 changed files with 8 additions and 7 deletions

View File

@@ -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