From d0dbf507952055ee51f62aec3fa87178e5c178d8 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 13 Apr 2026 22:57:45 +0000 Subject: [PATCH] Fix: Add elogind-dev to Alpine build for systemd-compatible libsystemd --- .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 7511348..0ec0805 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 gcc + apk add --no-cache musl-dev openssl-dev git abuild gcc elogind-dev - name: Build APK package run: ./build-alpine.sh - name: Upload to releases (on tag)