From 1b4767bd8bdef4905357033f8ba34df2e62f5c6a Mon Sep 17 00:00:00 2001 From: Jarvis Date: Fri, 3 Apr 2026 07:41:39 -0500 Subject: [PATCH] fix: add build tools to CI install step for better-sqlite3 native bindings --- .woodpecker/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index e39e5da..e2d2c10 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -15,6 +15,7 @@ steps: image: *node_image commands: - corepack enable + - apk add --no-cache python3 make g++ - pnpm install --frozen-lockfile typecheck: -- 2.49.1