We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40d25f commit 22dbe53Copy full SHA for 22dbe53
.github/workflows/code_coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Checkout Postgres
26
run: |
27
- sudo apt-get -y -q install libperl-dev libipc-run-perl lcov
+ sudo apt-get -y -q install libperl-dev libipc-run-perl lcov libreadline-dev
28
git clone --branch ${{ matrix.version }} https://github.com/postgres/postgres.git
29
30
- name: Build Postgres
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
sudo apt-get -y -q update
37
- sudo apt-get -y -q install libperl-dev libipc-run-perl
+ sudo apt-get -y -q install libperl-dev libipc-run-perl libreadline-dev
38
39
40
0 commit comments