diff --git a/.github/workflows/ubuntu-build-check.sh b/.github/workflows/ubuntu-build-check.sh index 75fc36fffb..3b5c7296a7 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[@]}"