X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c172ca8c6c060f188ad626bca631a7c2cd908e7d..3e718e40d929403b3558e0bfcdd81eef04bac2d6:/.github/actions/setup-postgresql/action.yml diff --git a/.github/actions/setup-postgresql/action.yml b/.github/actions/setup-postgresql/action.yml index 331d094a..7a9590c1 100644 --- a/.github/actions/setup-postgresql/action.yml +++ b/.github/actions/setup-postgresql/action.yml @@ -11,10 +11,8 @@ runs: steps: - name: Remove existing PostgreSQL run: | + sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y sudo apt-get purge -yq postgresql* - sudo apt install curl ca-certificates gnupg - curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/null - sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' sudo apt-get update -qq shell: bash