Skip to content

Commit

Permalink
Add Systemd as dependency to the CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nteodosio committed Sep 13, 2022
1 parent 62b8a19 commit d8d3b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
libespeak-dev libespeak-ng-dev
libttspico-dev
libao-dev libasound2-dev libaudio-dev libpulse-dev libxau-dev libsndfile1-dev
libdotconf-dev libglib2.0-dev libltdl-dev- systemd
libdotconf-dev libglib2.0-dev libltdl-dev- libsystemd-dev libsystemd0 systemd
gettext help2man texinfo texlive texlive-plain-generic
pulseaudio
- name: autoconf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
libespeak-dev libespeak-ng-dev
libttspico-dev
libao-dev libasound2-dev libaudio-dev libpulse-dev libxau-dev libsndfile1-dev
libdotconf-dev libglib2.0-dev libltdl-dev systemd
libdotconf-dev libglib2.0-dev libltdl-dev libsystemd-dev libsystemd0 systemd
gettext help2man texinfo texlive texlive-plain-generic
pulseaudio
- name: autoconf
Expand Down

0 comments on commit d8d3b7b

Please sign in to comment.