Skip to content

Commit db37302

Browse files
committed
fix: install dagger in each job
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
1 parent 0f0c955 commit db37302

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update_os_libraries.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
username: ${{ github.actor }}
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

58+
- name: Install Dagger
59+
env:
60+
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
61+
DAGGER_VERSION: 0.19.7
62+
run: |
63+
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
64+
5865
- name: Update OS libs for ${{ matrix.extension }}
5966
run: |
6067
dagger call -m ./dagger/maintenance/ update-oslibs --target ${{ matrix.extension }} \

0 commit comments

Comments
 (0)