Skip to content

Commit

Permalink
preinstall rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 20, 2024
1 parent a3d92b1 commit bf4c594
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-cargo-check-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ jobs:
runs-on: macOS
steps:
- uses: actions/checkout@v4
- run: brew install protobuf rustup-init
- run: brew install protobuf
- name: Install rust
run: rustup toolchain install nightly stable-aarch64-apple-darwin
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly
# run: rustup toolchain install nightly stable-aarch64-apple-darwin
- run: rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
- run: rustup component add rust-src --toolchain stable-aarch64-apple-darwin
- run: time cargo check --workspace --locked
Expand Down

0 comments on commit bf4c594

Please sign in to comment.