From 325233a28daa9bc007f974522ced3dc79e6a8a93 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 13 Apr 2026 22:38:34 +0000 Subject: [PATCH] Fix: Add gcc to Alpine build dependencies for Rust linker --- .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 4401109..7511348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: cargo --version - name: Install build dependencies run: | - apk add --no-cache musl-dev openssl-dev git abuild + apk add --no-cache musl-dev openssl-dev git abuild gcc - name: Build APK package run: ./build-alpine.sh - name: Upload to releases (on tag)