From ca99ddf386e65631c06373215bdaca0a3229f6f1 Mon Sep 17 00:00:00 2001 From: Serhii Zasenko Date: Tue, 8 Jul 2025 16:11:08 +0300 Subject: [PATCH] Update action.yml --- install-test-helper-deps/action.yml | 1 + 1 file changed, 1 insertion(+) 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