Skip to content

Commit

Permalink
ci: no need for nightly rust
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Nov 6, 2024
1 parent 8cac042 commit 24be79c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24be79c

Please sign in to comment.