actions: update apt repo before installing software

This commit is contained in:
Sarah Hoffmann 2020-11-16 10:14:38 +01:00
parent 66595c2d2b
commit 21b0430e46

View File

@ -5,7 +5,9 @@ runs:
steps:
- name: Install postgis
run: sudo apt-get install -y -qq postgresql-13-postgis-3 postgresql-13-postgis-3-scripts postgresql-server-dev-13
run: |
sudo apt-get update -qq
sudo apt-get install -y -qq postgresql-13-postgis-3 postgresql-13-postgis-3-scripts postgresql-server-dev-13
shell: bash
- name: Adapt postgresql configuration