Run apt-get update on CI

This commit is contained in:
Andrew Kane
2021-04-20 16:03:12 -07:00
parent b1df1ec83e
commit d08544f676

View File

@@ -13,7 +13,7 @@ jobs:
- uses: ankane/setup-postgres@v1
with:
postgres-version: ${{ matrix.postgres }}
- run: sudo apt-get install postgresql-server-dev-${{ matrix.postgres }} libipc-run-perl
- run: sudo apt-get update && sudo apt-get install postgresql-server-dev-${{ matrix.postgres }} libipc-run-perl
- run: make
- run: |
export PG_CONFIG=`which pg_config`