Skip to content

Commit

Permalink
Add pkg-config to postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
cozyGalvinism committed Mar 25, 2024
1 parent 8e72a09 commit 42e32d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
packages: 'gcc-mingw-w64-x86-64'
label: 'vanilla'
- host: 'x86_64-unknown-linux-gnu'
packages: 'libpq-dev'
packages: 'libpq-dev pkg-config'
label: 'postgres'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
packages: 'gcc-mingw-w64-x86-64'
label: 'vanilla'
- host: 'x86_64-unknown-linux-gnu'
packages: 'libpq-dev'
packages: 'libpq-dev pkg-config'
label: 'postgres'

steps:
Expand Down

0 comments on commit 42e32d5

Please sign in to comment.