Skip to content

Commit d775f60

Browse files
testing build
1 parent 38aac93 commit d775f60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
run: |
3838
which aarch64-apple-darwin24.5-clang
3939
aarch64-apple-darwin24.5-clang --version
40-
aarch64-apple-darwin24.5-clang -v -isysroot /usr/local/osxcross/target/SDK/MacOSX15.5.sdk -arch arm64 -mmacos
40+
echo "int main() {return 0;}" | aarch64-apple-darwin24.5-clang -v \
41+
-isysroot /usr/local/osxcross/target/SDK/MacOSX15.5.sdk \
42+
-arch arm64 -mmacosx-version-min=11.0 -o /dev/null -x c -
4143
4244
- name: Build zAuth for macOS ARM
4345
run: |

0 commit comments

Comments
 (0)