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 fc1eb64 commit 24d8ac4Copy full SHA for 24d8ac4
.github/workflows/build-toolchain.yml
@@ -151,6 +151,6 @@ jobs:
151
- name: Run integration tests
152
if: ${{ matrix.run_e2e_test }}
153
run: |
154
- swift run # Use TOOLCHAIN env value
+ $TOOLCHAIN/usr/bin/swift run # Use TOOLCHAIN env value
155
working-directory: ${{ github.workspace }}/integration-tests
156
0 commit comments