Skip to content

Commit 28f8363

Browse files
authored
Merge pull request #23 from und3f/patch-1
Fix cpm installation: adds missing execution permissions
2 parents cd3dbda + ca99ddf commit 28f8363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install-test-helper-deps/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ runs:
88
run: |
99
# we need cpm with --metafile support
1010
wget https://raw.githubusercontent.com/skaji/cpm/main/cpm > /usr/local/bin/cpm
11+
chmod +x /usr/local/bin/cpm

0 commit comments

Comments
 (0)