CD: use rustup stable

This commit is contained in:
Matthieu Baumann
2024-11-06 16:45:52 +01:00
parent aa261b49ef
commit a83cfaab25
3 changed files with 4 additions and 6 deletions

View File

@@ -24,8 +24,6 @@ jobs:
run: |
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