Skip to content

Commit

Permalink
CI: Install postgres-client-16 to update pg_dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed May 2, 2024
1 parent bec4841 commit cf84546
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- master
- pg-dump-version

pull_request:

Expand Down Expand Up @@ -131,6 +132,15 @@ jobs:
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

- run: sudo apt install -y postgresql-common
- run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
env:
YES: 1
- run: sudo apt update
- run: sudo apt install -y postgresql-client-16
- run: pg_dump --version

- run: cargo build --tests --workspace
- run: cargo test --workspace

Expand Down

0 comments on commit cf84546

Please sign in to comment.