.gitea/workflows/publish-deb: install libsystemd

This commit is contained in:
2026-07-26 18:41:05 +09:00
parent f5090f9c8c
commit 3cc4fb8f4d
+5
View File
@@ -44,6 +44,11 @@ jobs:
- uses: actions/checkout@v6
- uses: cargo-bins/cargo-binstall@main
- name: Install necessary system libraries
run: |
apt-get update
apt-get install --assume-yes libsystemd-dev
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with: