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 5fbe080 commit fea7bebCopy full SHA for fea7beb
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
cat <<EOS > Tests/default.json
34
{
35
- "swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}",
+ "swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}/usr/bin/swift",
36
"hostSwiftExecutablePath": "$(xcrun --find swift)",
37
"hostSdkRootPath": "$(xcrun --show-sdk-path --sdk macosx)"
38
}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
"hostSwiftExecutablePath": "/usr/bin/swift"
70
71
EOS
0 commit comments