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 ee89d22 commit 6db258bCopy full SHA for 6db258b
.github/workflows/build_test.yaml
@@ -38,7 +38,7 @@ jobs:
38
toolchain: stable
39
override: true
40
components: rustfmt, clippy
41
- - run: sudo apt install build-essential bison flex clang protobuf-compiler -y
+ - run: sudo apt install build-essential bison flex clang protobuf-compiler libreadline6 libreadline6-dev -y
42
- run: cargo install cargo-pgrx --version 0.16.0
43
- run: cargo pgrx init
44
- run: cargo build --verbose
0 commit comments