From 6e25ae12ade87673b43442e2d271a9e0f92a8837 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 8 Sep 2025 23:13:43 +0800 Subject: added curl to .woodpecker.yml --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1f580e55..7da00ed1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ steps: CBTOKEN: from_secret: "codeberg_token" commands: - - apk add --no-cache git build-base + - apk add --no-cache git curl - cd website - chmod +x ./build.sh - ./build.sh -- cgit v1.2.3