ci: no need for nightly rust

This commit is contained in:
Matthieu Baumann
2024-11-06 15:41:46 +01:00
parent 8cac042a18
commit 24be79c412

View File

@@ -22,8 +22,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