We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4c174 commit cb675beCopy full SHA for cb675be
.github/workflows/update_os_libraries.yml
@@ -55,6 +55,13 @@ jobs:
55
username: ${{ github.actor }}
56
password: ${{ secrets.GITHUB_TOKEN }}
57
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
+
65
- name: Update OS libs for ${{ matrix.extension }}
66
run: |
67
dagger call -m ./dagger/maintenance/ update-oslibs --target ${{ matrix.extension }} \
0 commit comments