From 2a1ff246ccd7742225d819d955ccd6a926a267f6 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 13 Apr 2026 01:40:26 +0000 Subject: [PATCH] Fix build-deb: use debian:bookworm container (native Debian build environment) instead of node:18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1673eb1..521fb31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: build-deb: name: Build Debian Package runs-on: linux - container: node:18 + container: debian:bookworm steps: - uses: actions/checkout@v2 with: