Skip to content

Commit 22dbe53

Browse files
authored
Install libreadline-dev in CI workflow (#286)
1 parent f40d25f commit 22dbe53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Checkout Postgres
2626
run: |
27-
sudo apt-get -y -q install libperl-dev libipc-run-perl lcov
27+
sudo apt-get -y -q install libperl-dev libipc-run-perl lcov libreadline-dev
2828
git clone --branch ${{ matrix.version }} https://github.com/postgres/postgres.git
2929
3030
- name: Build Postgres

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Postgres
3535
run: |
3636
sudo apt-get -y -q update
37-
sudo apt-get -y -q install libperl-dev libipc-run-perl
37+
sudo apt-get -y -q install libperl-dev libipc-run-perl libreadline-dev
3838
git clone --branch ${{ matrix.version }} https://github.com/postgres/postgres.git
3939
4040
- name: Build Postgres

0 commit comments

Comments
 (0)