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 c52e7ec commit 34a9cdcCopy full SHA for 34a9cdc
.github/workflows/swift-toolchain.yml
@@ -2189,6 +2189,8 @@ jobs:
2189
-D SWIFT_ANDROID_NDK_PATH=${NDKPATH} `
2190
-G Ninja `
2191
-S ${{ github.workspace }}/SourceCache/swift-testing `
2192
+ -D dispatch_DIR=${{ github.workspace }}/BinaryCache/libdispatch/cmake/modules `
2193
+ -D Foundation_DIR=${{ github.workspace }}/BinaryCache/foundation/cmake/modules `
2194
-D SwiftTesting_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin/TestingMacros.dll
2195
- name: Build Testing
2196
run: |
0 commit comments