Skip to content

Commit

Permalink
ci(build-srpm): Include 'systemd' in build-require packages
Browse files Browse the repository at this point in the history
Signed-off-by: Link Dupont <link@sub-pop.net>
  • Loading branch information
subpop authored and jirihnidek committed Sep 20, 2023
1 parent 97cd578 commit 4881a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:rawhide
steps:
- run: dnf install --assumeyes bash-completion git go meson 'pkgconfig(dbus-1)' rpm-build
- run: dnf install --assumeyes bash-completion git go meson 'pkgconfig(dbus-1)' 'pkgconfig(systemd)' rpm-build
- uses: actions/checkout@v3
- run: git config --system --add safe.directory $GITHUB_WORKSPACE
- run: meson setup $GITHUB_WORKSPACE/builddir -Dbuild_srpm=True
Expand Down

0 comments on commit 4881a14

Please sign in to comment.