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 cb50355 commit 8723715Copy full SHA for 8723715
.github/workflows/swift-toolchain.yml
@@ -2262,7 +2262,7 @@ jobs:
2262
-D ZLIB_LIBRARY=${{ github.workspace }}/BuildRoot/Library/zlib-${{ inputs.zlib_version }}/usr/lib/$LIBZ `
2263
-D SwiftFoundation_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin
2264
- name: Build foundation
2265
- if: ${{ !(matrix.os == 'Android' && inputs.build_os == 'Windows' && inputs.build_arch == 'arm64') }}
+ if: matrix.os != 'Android' || inputs.build_android
2266
run: |
2267
cmake --build ${{ github.workspace }}/BinaryCache/foundation
2268
0 commit comments