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 9771ba3 commit 8fc1a86Copy full SHA for 8fc1a86
.github/workflows/pull_request.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Perform swift toolchain post-installation
40
run: chmod u+x post-install.sh && ./post-install.sh
41
- 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
+ run: CC=clang /root/.local/share/swiftly/bin/swiftly run ./scripts/install-libarchive.sh && /root/.local/share/swiftly/bin/swift test
43
44
tests:
45
name: Test
0 commit comments