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 c558f76 commit 342de12Copy full SHA for 342de12
.github/workflows/pull_request.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Prepare image
35
run: ./scripts/prep-gh-action.sh
36
- name: Install swiftly
37
- run: curl -O https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz && tar zxf swiftly-*.tar.gz && mv swiftly /usr/bin && swiftly init --skip-install
+ run: curl -O https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz && tar zxf swiftly-*.tar.gz && mv swiftly /usr/bin && swiftly init --skip-install && . "/root/.local/share/swiftly/env.sh" && hash -r
38
- name: Install selected swift toolchain
39
run: swiftly install --post-install-file=post-install.sh
40
- name: Perform swift toolchain post-installation
0 commit comments