fix hourly cron: docker (#18830)

This commit is contained in:
Gary Verhaegen 2024-03-23 11:08:46 +01:00 committed by GitHub
parent e33114bd4e
commit 483bfc9a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ jobs:
set -euo pipefail
eval "$(sdk/dev-env/bin/dade-assist)"
cd sdk
HEAD=$(git rev-parse HEAD)
while ! nix-build --no-out-link -A tools.sed -A tools.jq -A tools.curl -A tools.base64 nix; do :; done