From f8390c754db6c87e43f284c12ed4f384b09a6082 Mon Sep 17 00:00:00 2001 From: Rebekah Date: Sun, 7 Jul 2024 13:11:19 -0400 Subject: [PATCH] Update .woodpecker.json --- .woodpecker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.json b/.woodpecker.json index 49f96f2d8..657d3a55a 100644 --- a/.woodpecker.json +++ b/.woodpecker.json @@ -17,7 +17,7 @@ commands: [ "echo 'Install development packages'", "apk update", - "apk install -y build-base cmake python3-dev", + "apk add python3-dev", "echo 'Make build directory'", "mkdir build-gcc",