Skip to content

Commit

Permalink
chore: install both mac targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 26, 2024
1 parent 031d3db commit 0a79dbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
# - name: Rename cross.toml file so cargo uses the correct linkers
# run: |
# mv .cargo/config.cross.toml .cargo/config.toml
- name: Install both Mac targets
run: |
rustup target add x86_64-apple-darwin aarch64-apple-darwin
- name: Run compile script
run: |
Expand Down

0 comments on commit 0a79dbc

Please sign in to comment.