From 2acb3c5bd5627cf048547bad48d78fbec4942f80 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 25 Dec 2024 19:38:23 +0100 Subject: [PATCH] CI --- .woodpecker/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 549d95c..e2d53d0 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -6,6 +6,7 @@ steps: - name: build image: debian commands: + - apt update - apt install libcmocka-dev - echo "echo hello" > executable.sh - chmod +x executable.sh