Skip to content

Commit fea7beb

Browse files
Fix wasm toolchain swift path
1 parent 5fbe080 commit fea7beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
cat <<EOS > Tests/default.json
3434
{
35-
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}",
35+
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}/usr/bin/swift",
3636
"hostSwiftExecutablePath": "$(xcrun --find swift)",
3737
"hostSdkRootPath": "$(xcrun --show-sdk-path --sdk macosx)"
3838
}
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
cat <<EOS > Tests/default.json
6767
{
68-
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}",
68+
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}/usr/bin/swift",
6969
"hostSwiftExecutablePath": "/usr/bin/swift"
7070
}
7171
EOS

0 commit comments

Comments
 (0)