ci: 🎡 run apt-get update before installing dependencies

This commit is contained in:
Stepan Kuzmin 2019-05-26 14:25:41 +03:00
parent 2676476405
commit 6581793a30
No known key found for this signature in database
GPG Key ID: 41335DA6EE45C2B6

View File

@ -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