Skip to content

Commit

Permalink
Fix wasm toolchain swift path
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 10, 2023
1 parent 5fbe080 commit fea7beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cat <<EOS > Tests/default.json
{
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}",
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}/usr/bin/swift",
"hostSwiftExecutablePath": "$(xcrun --find swift)",
"hostSdkRootPath": "$(xcrun --show-sdk-path --sdk macosx)"
}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
cat <<EOS > Tests/default.json
{
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}",
"swiftExecutablePath": "${{ steps.setup-swiftwasm.outputs.toolchain-path }}/usr/bin/swift",
"hostSwiftExecutablePath": "/usr/bin/swift"
}
EOS
Expand Down

0 comments on commit fea7beb

Please sign in to comment.