Skip to content

Commit 4ca63bb

Browse files
committed
GHA: correct swift-testing macro provider
The plugin name is `TestingMacros.dll` not `SwiftTesting.dll`. Correct the spelling for the build.
1 parent 67bb06c commit 4ca63bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@ jobs:
21382138
-G Ninja `
21392139
-S ${{ github.workspace }}/SourceCache/swift-testing `
21402140
-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
2141+
-D SwiftTesting_MACRO=${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain/usr/bin/TestingMacros.dll
21422142
- name: Build Testing
21432143
run: |
21442144
cmake --build ${{ github.workspace }}/BinaryCache/testing

0 commit comments

Comments
 (0)