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 67bb06c commit 4ca63bbCopy full SHA for 4ca63bb
.github/workflows/swift-toolchain.yml
@@ -2138,7 +2138,7 @@ jobs:
2138
-G Ninja `
2139
-S ${{ github.workspace }}/SourceCache/swift-testing `
2140
-D SwiftSyntax_DIR=${{ github.workspace }}/BinaryCache/swift-syntax/cmake/modules `
2141
- -D SwiftTesting_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin/SwiftTesting.dll
+ -D SwiftTesting_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin/TestingMacros.dll
2142
- name: Build Testing
2143
run: |
2144
cmake --build ${{ github.workspace }}/BinaryCache/testing
0 commit comments