From 7248ea8b90cb0df7414230fcc40ca293a99fb9e3 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Sat, 3 Jun 2023 17:40:57 +0200 Subject: [PATCH] fix(ci): add build-base to build steps --- .woodpecker/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index f6863f0..1073cc7 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -12,6 +12,7 @@ pipeline: build: image: 'rust:1.70-alpine3.18' commands: + - apk add --no-cache build-base - cargo build --verbose - cargo test --verbose # Binaries, even debug ones, should be statically compiled