dep

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

commit f8227f1b77c60ad6ef964513eaf114dd984a21b9
parent f876c1691dc0ce34356cbb47bff15eccd2460c3d
Author: finwo <finwo@pm.me>
Date:   Sun,  3 Mar 2024 00:24:05 +0100

Run dep itself in new step to allow path to update

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

diff --git a/action.yml b/action.yml @@ -5,8 +5,12 @@ runs: using: "composite" steps: - - shell: bash + - name: Extend executable path + shell: bash + run: echo "${GITHUB_ACTION_PATH}/dist" >> $GITHUB_PATH + + - name: Install default repositories + shell: bash run: | - echo "${GITHUB_ACTION_PATH}/dist" >> $GITHUB_PATH dep repository add finwo 'https://github.com/finwo/dep-repository/archive/refs/heads/main.tar.gz' dep repository update