Skip to content

Commit 1e48edd

Browse files
committed
chmod the post install script
1 parent 1aaf5a8 commit 1e48edd

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
@@ -37,7 +37,7 @@ jobs:
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
40-
run: ./post-install.sh
40+
run: chmod u+x post-install.sh && ./post-install.sh
4141
- name: Build and Test
4242
run: ./scripts/install-libarchive.sh && /root/local/.share/swiftly/bin/swift test
4343

0 commit comments

Comments
 (0)