summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-23 09:16:44 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-04-23 10:08:21 +1000
commitd9f34ec90cebc640b2f81486ddcce5a12d4c49bd (patch)
tree0799b247e8b43086ebd0645a93d50cc670044ec3 /.github
parent327f1258057c45c4f6fbb2133842c30f1969b3ea (diff)
downloadlibwacom-d9f34ec90cebc640b2f81486ddcce5a12d4c49bd.tar.gz
CI: remove the postgres apt sources hack
Apparently that file is no longer there, so let's hope things work without the hack. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.github')
-rwxr-xr-x.github/actions/pkginstall/install-apt.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/actions/pkginstall/install-apt.sh b/.github/actions/pkginstall/install-apt.sh
index d06ee5f..2983c18 100755
--- a/.github/actions/pkginstall/install-apt.sh
+++ b/.github/actions/pkginstall/install-apt.sh
@@ -10,11 +10,5 @@ echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
echo 'path-exclude=/usr/share/locale/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft
-# Something about the postgres repo is weird - it randomly returns 404 for the
-# Release file and breaks the build
-mv /etc/apt/sources.list.d/pgdg.list /etc/apt/sources.list.d/pgdg.list.backup
-
apt-get update
apt-get install -yq --no-install-suggests --no-install-recommends $@
-
-mv /etc/apt/sources.list.d/pgdg.list.backup /etc/apt/sources.list.d/pgdg.list