Skip to content

Commit 34a9cdc

Browse files
hjyamauchicompnerd
authored andcommitted
Fix a swift-testing build issue
This follows swiftlang/swift@ff0f923
1 parent c52e7ec commit 34a9cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,6 +2189,8 @@ jobs:
21892189
-D SWIFT_ANDROID_NDK_PATH=${NDKPATH} `
21902190
-G Ninja `
21912191
-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 `
21922194
-D SwiftTesting_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin/TestingMacros.dll
21932195
- name: Build Testing
21942196
run: |

0 commit comments

Comments
 (0)