From 6581793a30c0bbb00f4fb448937907085dbe663c Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Sun, 26 May 2019 14:25:41 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20run=20apt-get=20update=20b?= =?UTF-8?q?efore=20installing=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4646eaa..cc531217 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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