summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2020-07-15 00:47:43 +0300
committerGitHub <noreply@github.com>2020-07-15 00:47:43 +0300
commitac2effc8ff20dcc0963c5bb6626a2a08763447c6 (patch)
tree6208648082b499c9088fee1d8fee562297110de3
parentd4ff79bbe1f33fb17e7add3bd520c08f405a79b1 (diff)
downloadsystemd-revert-16460-turn-off-ubuntu-ppa.tar.gz
Revert "ci: turn off the "upstream-systemd-ci" ppa"revert-16460-turn-off-ubuntu-ppa
This reverts commit d4ff79bbe1f33fb17e7add3bd520c08f405a79b1.
-rwxr-xr-x.github/workflows/ubuntu-build-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-build-check.sh b/.github/workflows/ubuntu-build-check.sh
index 3b5c7296a7..75fc36fffb 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[@]}"