Skip to content

Commit

Permalink
added missing chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 20, 2024
1 parent 0751ddb commit a3d92b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-cargo-check-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: actions/checkout@v4
- run: brew install protobuf rustup-init
- name: Install rust
run: rustup toolchain install 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 a3d92b1

Please sign in to comment.