apt update
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-20 12:47:24 +02:00
parent 1e187f21ef
commit f8806d672c
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -18,6 +18,7 @@ pipeline:
- GLUON_TARGET=${TARGET} - GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1 - GLUON_DEPRECATED=1
commands: commands:
- apt update
- apt install -y file - apt install -y file
- sh contrib/actions/install-dependencies.sh - sh contrib/actions/install-dependencies.sh
- sh contrib/actions/run-build.sh ${TARGET} - sh contrib/actions/run-build.sh ${TARGET}