]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "ci: turn off the "upstream-systemd-ci" ppa"
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 14 Jul 2020 21:47:43 +0000 (00:47 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Jul 2020 06:59:25 +0000 (08:59 +0200)
This reverts commit d4ff79bbe1f33fb17e7add3bd520c08f405a79b1.

.github/workflows/ubuntu-build-check.sh

index 3b5c7296a74a29ca047ba3d291c7c5183acb5ffb..75fc36fffb10fcf1b5664e509d294a4bfa3bdcf3 100755 (executable)
@@ -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[@]}"