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 4c77cc6 commit c558f76Copy full SHA for c558f76
.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: cd /root && curl -O https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz && tar zxf swiftly-*.tar.gz && ./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
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