Skip to content

Commit

Permalink
Restore github action target info to that of original workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Leonard committed Sep 22, 2024
1 parent 64b5b00 commit 8a0750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{'x86_64-apple-darwin'}}
targets: ${{ matrix.args == '--target aarch64-apple-darwin' && 'aarch64-apple-darwin' || matrix.args == '--target x86_64-apple-darwin' && ''}}

- name: Install x86_64 rust target on x86_64 mac
run: |
Expand Down

0 comments on commit 8a0750e

Please sign in to comment.