X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/764dcd7f6459c08aafd5cf2fcb7902cc2868cb30..a4ba79fe780e521cb3f1958dd1a22238b85aa9f5:/.github/actions/setup-postgresql/action.yml?ds=sidebyside diff --git a/.github/actions/setup-postgresql/action.yml b/.github/actions/setup-postgresql/action.yml index a5716be5..98086f2d 100644 --- a/.github/actions/setup-postgresql/action.yml +++ b/.github/actions/setup-postgresql/action.yml @@ -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