From 66c527145323feee0a734586cee19e10a971b9f6 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 10 Feb 2022 10:54:06 -0800 Subject: [PATCH] sudo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df9968d..5de73fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: key: cargo-lock-3-{{ checksum "Cargo.lock" }} - run: name: "Install dependencies" - command: "apt-get update && apt-get install postgresql-contrib-12 postgresql-client-12" + command: "sudo apt-get update && sudo apt-get install postgresql-contrib-12 postgresql-client-12" - run: name: "Build" command: "cargo build --release"