Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Apr 29, 2024
1 parent a55b2a5 commit d5e4c62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:

- name: Add rust target (macOS)
if: ${{ matrix.runner == 'macos-latest' }}
run: rustup target add aarch64-apple-darwin
run: |
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
- name: Add rust target (Other)
if: ${{ matrix.runner != 'macos-latest' }}
Expand Down

0 comments on commit d5e4c62

Please sign in to comment.