Skip to content

Commit

Permalink
Use the with directive to install apple_x86_64-apple-darwin on all pl…
Browse files Browse the repository at this point in the history
…atforms when building
  • Loading branch information
Isaac-Leonard committed Sep 22, 2024
1 parent d9a87b2 commit 4e51d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
# with:
# targets: ${{ matrix.args == '--target aarch64-apple-darwin' && 'aarch64-apple-darwin' || matrix.args == '--target x86_64-apple-darwin' && 'x86_64-apple-darwin' || '' }}
with:
targets: ${{'x86_64-apple-darwin'}}

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

0 comments on commit 4e51d67

Please sign in to comment.