Skip to content

Commit

Permalink
Update .github/workflows/deploy-man-pages.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Frantisek Sumsal <[email protected]>
  • Loading branch information
jamacku and mrc0mmand committed Apr 11, 2024
1 parent 9dc11f3 commit c4da3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-man-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
RELEASE="$(lsb_release -cs)"
sudo bash -c "echo 'deb-src http://archive.ubuntu.com/ubuntu/ $RELEASE main restricted universe multiverse' >>/etc/apt/sources.list"
sudo add-apt-repository -y --no-update --enable-source
sudo add-apt-repository -y ppa:upstream-systemd-ci/systemd-ci
sudo apt-get -y update
sudo apt-get -y build-dep systemd
Expand Down

0 comments on commit c4da3a9

Please sign in to comment.