Skip to content

Commit

Permalink
Add readline to the test workflow to fix the broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-mlodgenski committed Jan 21, 2025
1 parent 54f5eec commit c328526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout Postgres
run: |
sudo apt-get -y -q update
sudo apt-get -y -q install libperl-dev libipc-run-perl bison flex
sudo apt-get -y -q install libperl-dev libipc-run-perl bison flex libreadline-dev
git clone --branch ${{ matrix.version }} https://github.com/postgres/postgres.git
- name: Build Postgres
Expand Down

0 comments on commit c328526

Please sign in to comment.