mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-28 03:06:29 +00:00
sudo
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
key: cargo-lock-3-{{ checksum "Cargo.lock" }}
|
key: cargo-lock-3-{{ checksum "Cargo.lock" }}
|
||||||
- run:
|
- run:
|
||||||
name: "Install dependencies"
|
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:
|
- run:
|
||||||
name: "Build"
|
name: "Build"
|
||||||
command: "cargo build --release"
|
command: "cargo build --release"
|
||||||
|
|||||||
Reference in New Issue
Block a user