fix: update libpq installation command

This commit is contained in:
Ali Afsharzadeh 2023-06-05 16:50:16 +03:30 committed by GitHub
parent d6f478d88b
commit 70c7c574c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ jobs:
uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install libpq
run: sudo apt-get update && sudo apt-get install postgresql-client -y
run: sudo apt-get install libpq-dev -y
- uses: Swatinem/rust-cache@v2
with:
key: sqlx-${{ env.SQLX_VERSION }}