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 ff7435c commit 8101f83Copy full SHA for 8101f83
.github/workflows/build_test.yaml
@@ -39,7 +39,7 @@ jobs:
39
override: true
40
components: rustfmt, clippy
41
- 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
+ - run: cargo install cargo-pgrx --version 0.16.0 --locked
43
- run: cargo pgrx init
44
- run: cargo build --verbose
45
- run: cargo test --verbose
0 commit comments