Skip to content

Commit 24d8ac4

Browse files
ci: use self-built swift to run integration-test runner
because host-installed swift is uninstalled due to early swift-driver issue SR-15135
1 parent fc1eb64 commit 24d8ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ jobs:
151151
- name: Run integration tests
152152
if: ${{ matrix.run_e2e_test }}
153153
run: |
154-
swift run # Use TOOLCHAIN env value
154+
$TOOLCHAIN/usr/bin/swift run # Use TOOLCHAIN env value
155155
working-directory: ${{ github.workspace }}/integration-tests
156156

0 commit comments

Comments
 (0)