Skip to content

Commit

Permalink
Fix pgrx
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Jan 10, 2025
1 parent d9c84d1 commit abae8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pg_analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:

- name: Compile & install pg_analytics extension
if: steps.check_skip.outputs.skip_remaining_steps != 'true'
run: cargo pgrx install --pg-config="/usr/lib/postgresql/${{ matrix.pg_version }}/bin/pg_config"
run: cargo pgrx install --pg-config ~/.pgrx/${{ matrix.pg_version }}.*/pgrx-install/bin/pg_config --features=pg${{ matrix.pg_version }}

- name: Start Postgres and Create Database
if: steps.check_skip.outputs.skip_remaining_steps != 'true'
Expand Down

0 comments on commit abae8c8

Please sign in to comment.