Skip to content

Commit

Permalink
test - install rust from brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 20, 2024
1 parent 81cb7d5 commit 496d192
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-cargo-check-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ jobs:
runs-on: macOS
steps:
- uses: actions/checkout@v4
- run: brew install protobuf
- name: Install rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: source $HOME/.cargo/env
- run: brew install protobuf rust
# - name: Install rust
# run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# - run: source $HOME/.cargo/env
- 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
Expand Down

0 comments on commit 496d192

Please sign in to comment.