Skip to content

Commit 8101f83

Browse files
committed
fix: Add locked flag to pgrx install
1 parent ff7435c commit 8101f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
override: true
4040
components: rustfmt, clippy
4141
- run: sudo apt install build-essential bison flex clang protobuf-compiler libreadline8 libreadline-dev -y
42-
- run: cargo install cargo-pgrx --version 0.16.0
42+
- run: cargo install cargo-pgrx --version 0.16.0 --locked
4343
- run: cargo pgrx init
4444
- run: cargo build --verbose
4545
- run: cargo test --verbose

0 commit comments

Comments
 (0)