Skip to content

Commit 8fc1a86

Browse files
committed
Correct path to swift
1 parent 9771ba3 commit 8fc1a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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 /root/.local/share/swiftly/bin/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)