diff --git a/install-test-helper-deps/action.yml b/install-test-helper-deps/action.yml index 9bb4dbf..02faf8d 100644 --- a/install-test-helper-deps/action.yml +++ b/install-test-helper-deps/action.yml @@ -8,3 +8,4 @@ runs: run: | # we need cpm with --metafile support wget https://raw.githubusercontent.com/skaji/cpm/main/cpm > /usr/local/bin/cpm + chmod +x /usr/local/bin/cpm