Skip to content

Commit

Permalink
ci(build): special command for building on apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen committed Jan 23, 2024
1 parent 9c8c121 commit 8a6dca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
export CPPFLAGS="-I/usr/local/opt/llvm/include"
- name: Build
run: |
cargo build --release --target aarch64-apple-darwin
SDKROOT=$(xcrun -sdk macosx --show-sdk-path) cargo build --release --target=aarch64-apple-darwin
- name: Prepare Package
run: |
Expand Down

0 comments on commit 8a6dca6

Please sign in to comment.