ci: install postgresql client

This commit is contained in:
naskya 2024-05-06 17:58:26 +09:00
parent a7978e2b08
commit d582a84c57
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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