mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-11 06:24:45 +03:00
actions: update apt repo before installing software
This commit is contained in:
parent
66595c2d2b
commit
21b0430e46
4
.github/actions/setup-postgresql/action.yml
vendored
4
.github/actions/setup-postgresql/action.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user