Skip to content

Commit 0a79dbc

Browse files
committed
chore: install both mac targets
1 parent 031d3db commit 0a79dbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-java-bindings.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
# - name: Rename cross.toml file so cargo uses the correct linkers
6161
# run: |
6262
# mv .cargo/config.cross.toml .cargo/config.toml
63+
- name: Install both Mac targets
64+
run: |
65+
rustup target add x86_64-apple-darwin aarch64-apple-darwin
6366
6467
- name: Run compile script
6568
run: |

0 commit comments

Comments
 (0)