mirror of
https://github.com/maplibre/martin.git
synced 2024-12-21 05:41:55 +03:00
ci: 🎡 run apt-get update before installing dependencies
This commit is contained in:
parent
2676476405
commit
6581793a30
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: sudo apt-get install postgresql-client
|
||||
command: sudo apt-get update && sudo apt-get install postgresql-client
|
||||
|
||||
- run:
|
||||
name: Prepare database
|
||||
|
Loading…
Reference in New Issue
Block a user