Skip to content

Commit c6d6ca4

Browse files
committed
Fix CI
1 parent 5e0d3cc commit c6d6ca4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
run: |
2828
rustup target add x86_64-unknown-linux-musl
2929
sudo apt-get -qq install musl-tools
30+
- name: Setup aarch64 mac
31+
if: matrix.os == 'macOS-latest'
32+
run: |
33+
rustup target add aarch64-apple-darwin
34+
rustup target add x86_64-apple-darwin
3035
- name: Build for linux
3136
if: matrix.os == 'ubuntu-latest'
3237
run: |

0 commit comments

Comments
 (0)