Skip to content

Commit

Permalink
build: update
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Mar 25, 2021
1 parent 094f48a commit 945770f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
run: sudo apt install libpq-dev postgresql postgresql-contrib postgresql-server-dev-13

- if: matrix.os == 'ubuntu-20.04' && matrix.pg_version == '12'
run: sudo apt remove postgresql libpq-dev libpq5

- if: matrix.os == 'ubuntu-20.04' && matrix.pg_version == '12'
run: sudo apt install libpq5=12.6-0ubuntu0.20.04.1 libpq-dev=12.6-0ubuntu0.20.04.1 postgresql=12+214ubuntu0.1 postgresql-contrib=12+214ubuntu0.1 postgresql-server-dev-12
run: |
sudo apt remove postgresql libpq-dev libpq5
sudo apt install libpq5=12.6-0ubuntu0.20.04.1 libpq-dev=12.6-0ubuntu0.20.04.1 postgresql=12+214ubuntu0.1 postgresql-contrib=12+214ubuntu0.1 postgresql-server-dev-12
- if: matrix.os == 'ubuntu-20.04' && matrix.pg_version == '11'
run: |
sudo apt remove postgresql libpq-dev libpq5
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
cat /etc/apt/sources.list.d/pgdg.list
Expand Down

0 comments on commit 945770f

Please sign in to comment.