Skip to content

Commit

Permalink
install toolchain with action
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Aug 20, 2024
1 parent 62d0cce commit 4a4a705
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
with:
toolchain: 1.77.0
components: rustfmt
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable-aarch64-apple-darwin
- name: Install rust
run: rustup toolchain install nightly
- run: brew install protobuf
- run: rustup target add wasm32-unknown-unknown --toolchain 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: cargo check --workspace --locked

0 comments on commit 4a4a705

Please sign in to comment.