Skip to content

Commit

Permalink
fix: use explicit pg_config path to major installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Oct 25, 2024
1 parent 164ad14 commit 85f2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install and configure pgrx
run: |
cargo install --locked [email protected]
cargo pgrx init --pg${{ env.PG_MAJOR }} $(which pg_config)
cargo pgrx init --pg${{ env.PG_MAJOR }} /usr/lib/postgresql/${{ env.PG_MAJOR }}/bin/pg_config
- name: Install cargo-llvm-cov for coverage report
run: cargo install --locked [email protected]
Expand Down

0 comments on commit 85f2e57

Please sign in to comment.