From 1e187f21ef39da40dac15de0f489842bdceb23a1 Mon Sep 17 00:00:00 2001 From: Nils Stinnesbeck Date: Sat, 20 May 2023 12:45:43 +0200 Subject: [PATCH] installed file dependency --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 23ff482d..2653980f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,7 @@ pipeline: - GLUON_TARGET=${TARGET} - GLUON_DEPRECATED=1 commands: + - apt install -y file - sh contrib/actions/install-dependencies.sh - sh contrib/actions/run-build.sh ${TARGET}