Skip to content

Commit

Permalink
update rustup setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid5594 committed Dec 4, 2023
1 parent c63bbc3 commit 1e8a940
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
rustup default stable
rustup install install 1.70.0
rustup default 1.70.0
rustup update nightly
rustup update stable --no-self-update
rustup target add wasm32-unknown-unknown
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:

- name: Check Build
run: |
SKIP_WASM_BUILD=1 cargo check --release
SKIP_WASM_BUILD=1 cargo +1.70.0 check --release
- name: Check Build for Benchmarking
run: >
Expand Down

0 comments on commit 1e8a940

Please sign in to comment.