Skip to content

Commit 66c5271

Browse files
committed
sudo
1 parent 17aed5d commit 66c5271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
key: cargo-lock-3-{{ checksum "Cargo.lock" }}
2626
- run:
2727
name: "Install dependencies"
28-
command: "apt-get update && apt-get install postgresql-contrib-12 postgresql-client-12"
28+
command: "sudo apt-get update && sudo apt-get install postgresql-contrib-12 postgresql-client-12"
2929
- run:
3030
name: "Build"
3131
command: "cargo build --release"

0 commit comments

Comments
 (0)