CI: add libpq-dev for PostgreSQL linking
This commit is contained in:
parent
bac5dc3d4a
commit
55faf55e08
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-cargo-botserver-
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libpq-dev libssl-dev liblzma-dev
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue