Skip to content

Commit 21709a6

Browse files
authored
ci: remove duplicate locked argument for pgrx installation (#518)
1 parent 09ac987 commit 21709a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Ensure cargo/rust on path
103103
source "$HOME/.cargo/env"
104104
105-
cargo install --locked cargo-pgrx --version ${{ matrix.pgrx_version }} --locked
105+
cargo install --locked cargo-pgrx --version ${{ matrix.pgrx_version }}
106106
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
107107
108108
# selects the pgVer from pg_config on path

0 commit comments

Comments
 (0)