We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aed5d commit 66c5271Copy full SHA for 66c5271
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
key: cargo-lock-3-{{ checksum "Cargo.lock" }}
26
- run:
27
name: "Install dependencies"
28
- 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"
29
30
name: "Build"
31
command: "cargo build --release"
0 commit comments