Skip to content

Commit

Permalink
Update apt cache before install
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps committed May 26, 2023
1 parent 7125582 commit 7ba5276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
rebar3-version: ${{ matrix.rebar3 }}

- name: Setup postgresql server with postgis
run: sudo apt install postgresql-${{matrix.pg}} postgresql-contrib-${{matrix.pg}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}}-scripts
run: sudo apt update && sudo apt install postgresql-${{matrix.pg}} postgresql-contrib-${{matrix.pg}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}}-scripts

- name: elvis
run: make elvis
Expand Down

0 comments on commit 7ba5276

Please sign in to comment.