Skip to content

Commit ed63d4f

Browse files
testing build
1 parent d775f60 commit ed63d4f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ jobs:
3333
echo "OSXCROSS_NO_INCLUDE_PATHS=1" >> $GITHUB_ENV
3434
echo "SDKROOT=/usr/local/osxcross/target/SDK/MacOSX15.5.sdk" >> $GITHUB_ENV
3535
36-
- name: Verify osxcross toolchain
37-
run: |
38-
which aarch64-apple-darwin24.5-clang
39-
aarch64-apple-darwin24.5-clang --version
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 -
43-
4436
- name: Build zAuth for macOS ARM
4537
run: |
4638
make libzauth

0 commit comments

Comments
 (0)