We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ac987 commit 21709a6Copy full SHA for 21709a6
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
# Ensure cargo/rust on path
103
source "$HOME/.cargo/env"
104
105
- cargo install --locked cargo-pgrx --version ${{ matrix.pgrx_version }} --locked
+ cargo install --locked cargo-pgrx --version ${{ matrix.pgrx_version }}
106
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
107
108
# selects the pgVer from pg_config on path
0 commit comments