dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit 9ef643b0831d6faf897f4fd7555d1af2e4350986
parent 7d680bc05ff354fe0d63573ea5938f235bdb2734
Author: finwo <finwo@pm.me>
Date:   Sat, 28 Jan 2023 16:21:32 +0100

Added required property shell in action.yml

Diffstat:
Maction.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/action.yml b/action.yml @@ -5,4 +5,6 @@ runs: using: "composite" steps: - run: curl --location https://raw.githubusercontent.com/finwo/dep/master/dist/dep --output /usr/local/bin/dep + shell: bash - run: chmod +x /usr/local/bin/dep + shell: bash