Skip to content

Commit

Permalink
[CI] Use host default toolchain for host build
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 10, 2023
1 parent 15343f2 commit 5fbe080
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 @@ -37,7 +37,7 @@ jobs:
"hostSdkRootPath": "$(xcrun --show-sdk-path --sdk macosx)"
}
EOS
- run: swift test
- run: env PATH=/usr/bin:$PATH swift test
# TODO: Enable spectest and wasi-testsuite checks

build-linux:
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
"hostSwiftExecutablePath": "/usr/bin/swift"
}
EOS
- run: swift test
- run: env PATH=/usr/bin:$PATH swift test
- run: ./CI/check-spectest.sh
- run: ./CI/check-wasi-testsuite.sh

0 comments on commit 5fbe080

Please sign in to comment.