mirror of
https://github.com/maplibre/martin.git
synced 2024-12-21 13:51:47 +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:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: sudo apt-get install postgresql-client
|
command: sudo apt-get update && sudo apt-get install postgresql-client
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Prepare database
|
name: Prepare database
|
||||||
|
Loading…
Reference in New Issue
Block a user