Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmair authored Dec 28, 2024
1 parent 22f0fd7 commit 3323a86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
runs-on: ubuntu-latest
container: debian:${{ matrix.release }}-slim

# When systemd is installed, these values are set in /usr/share/pkgconfig/systemd.pc.
# It does not make sense to install the full systemd in a build container, though, so
# inject the relevant values for successful "make install" with environment variables.
env:
SYSTEMD_DIR: /lib/systemd/system
SYSTEMD_SYSUSERS_DIR: /lib/sysusers.d

steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 3323a86

Please sign in to comment.