We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9285a66 commit 734325fCopy full SHA for 734325f
.github/workflows/build-zauth.yaml
@@ -40,6 +40,7 @@ jobs:
40
41
- name: Build zauth
42
run: |
43
+ cd libs/libzauth/libzauth-c
44
export CC=$OSXCROSS_TARGET/bin/aarch64-apple-darwin24.5-clang
45
export CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER=$CC
46
cargo build --release --target aarch64-apple-darwin
0 commit comments