Skip to content

Commit 9771ba3

Browse files
committed
Correct swiftly path
1 parent 4fb93e1 commit 9771ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- name: Prepare image
3434
run: ./scripts/prep-gh-action.sh
3535
- name: Install swiftly
36-
run: 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
36+
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
3737
- name: Install selected swift toolchain
3838
run: /root/.local/share/swiftly/bin/swiftly install --post-install-file=post-install.sh
3939
- name: Perform swift toolchain post-installation
4040
run: chmod u+x post-install.sh && ./post-install.sh
4141
- name: Build and Test
42-
run: CC=clang ./swiftly run ./scripts/install-libarchive.sh && /root/local/.share/swiftly/bin/swift test
42+
run: CC=clang /root/.local/share/swiftly/bin/swiftly run ./scripts/install-libarchive.sh && /root/local/.share/swiftly/bin/swift test
4343

4444
tests:
4545
name: Test

0 commit comments

Comments
 (0)