From 368f2c33a9e7668f093ec1f74666aa72ed1cfcd1 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 14 Nov 2023 19:45:22 +0600 Subject: [PATCH] Attempt to work around postgres issue on linux --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 88db4a8e9..499321ea0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,8 +20,7 @@ for: - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - install: - sh: git fetch --prune --unshallow # to fix the version dump issues - - sh: sudo DEBIAN_FRONTEND=noninteractive ls /etc/apt/sources.list.d/ - - sh: sudo DEBIAN_FRONTEND=noninteractive cat /etc/apt/sources.list + - sh: sudo DEBIAN_FRONTEND=noninteractive sed -i '/postgres/d' /etc/apt/sources.list # As of 2023-11-14, postgres repo fail to update, but we don't need them anyway - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update - sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3.7-dev libgtk-3-dev python3-pip libwebkit2gtk-4.0-dev before_build: