From: Evgeny Vereshchagin Date: Tue, 14 Jul 2020 21:47:43 +0000 (+0300) Subject: Revert "ci: turn off the "upstream-systemd-ci" ppa" X-Git-Tag: v246-rc2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e0662c7d531748dd3626861a21c684857fc52e;p=thirdparty%2Fsystemd.git Revert "ci: turn off the "upstream-systemd-ci" ppa" This reverts commit d4ff79bbe1f33fb17e7add3bd520c08f405a79b1. --- diff --git a/.github/workflows/ubuntu-build-check.sh b/.github/workflows/ubuntu-build-check.sh index 3b5c7296a74..75fc36fffb1 100755 --- a/.github/workflows/ubuntu-build-check.sh +++ b/.github/workflows/ubuntu-build-check.sh @@ -85,7 +85,7 @@ else fi # PPA with some newer build dependencies (like zstd) -#add-apt-repository -y ppa:upstream-systemd-ci/systemd-ci +add-apt-repository -y ppa:upstream-systemd-ci/systemd-ci apt-get -y update apt-get -y build-dep systemd apt-get -y install "${PACKAGES[@]}"