ci: install postgresql client
This commit is contained in:
parent
a7978e2b08
commit
d582a84c57
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ variables:
|
|||
|
||||
default:
|
||||
before_script:
|
||||
- apk add build-base linux-headers curl ca-certificates python3 perl
|
||||
- apk add build-base linux-headers curl ca-certificates python3 perl postgresql-client
|
||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
- . "${HOME}/.cargo/env"
|
||||
- corepack enable
|
||||
|
|
Loading…
Reference in a new issue