Skip to content

Commit 6db258b

Browse files
committed
fix: Add readline to the packages for apt to install
1 parent ee89d22 commit 6db258b

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
@@ -38,7 +38,7 @@ jobs:
3838
toolchain: stable
3939
override: true
4040
components: rustfmt, clippy
41-
- run: sudo apt install build-essential bison flex clang protobuf-compiler -y
41+
- run: sudo apt install build-essential bison flex clang protobuf-compiler libreadline6 libreadline6-dev -y
4242
- run: cargo install cargo-pgrx --version 0.16.0
4343
- run: cargo pgrx init
4444
- run: cargo build --verbose

0 commit comments

Comments
 (0)