appveyor-dpkg.sh: apt.postgresql.org removed bionic-pgdg.

This should fix the AppVeyor build.
This commit is contained in:
David Korth 2023-11-11 23:23:11 -05:00
parent fceda6460e
commit 5e0cffae07

View File

@ -1,6 +1,8 @@
#!/bin/sh
set -ev
add-apt-repository --remove "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main"
apt-get update
apt-get -y install \
libcurl4-openssl-dev \