Fix: Add elogind-dev to Alpine build for systemd-compatible libsystemd
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
|||||||
cargo --version
|
cargo --version
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
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
|
- name: Build APK package
|
||||||
run: ./build-alpine.sh
|
run: ./build-alpine.sh
|
||||||
- name: Upload to releases (on tag)
|
- name: Upload to releases (on tag)
|
||||||
|
|||||||
Reference in New Issue
Block a user