Skip to content

Commit

Permalink
added step to set up mac image
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 29, 2024
1 parent 1a66f12 commit 5a9460f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/check-cargo-check-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,16 @@ jobs:
# TODO: remove once migration is complete or this workflow is fully stable
if: contains(github.event.label.name, 'GHA-migration') || contains(github.event.pull_request.labels.*.name, 'GHA-migration')
runs-on: macOS
needs: [set-image]
strategy:
fail-fast: false
matrix:
index: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
steps:
- uses: actions/checkout@v4
- run: brew install protobuf rustup
- name: Install rust
run: rustup-init -y
- run: source $HOME/.cargo/env
- run: rustup toolchain install nightly
- run: rustup target add wasm32-unknown-unknown
- run: rustup component add rust-src
- name: Free space
run: brew cleanup
- uses: ./.github/actions/set-up-mac
with:
IMAGE: ${{ needs.set-image.outputs.IMAGE }}
- name: Run cargo check
run: |
source $HOME/.cargo/env
Expand Down

0 comments on commit 5a9460f

Please sign in to comment.