Skip to content

Commit

Permalink
Use libreadline8 and libreadline-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 12, 2024
1 parent 61b8405 commit 99f90af
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 @@ -47,7 +47,7 @@ jobs:
- name: Install Q3C
run: |
sudo apt-get update
sudo apt-get install -y postgresql-server-dev-17 libreadline libreadline-dev
sudo apt-get install -y postgresql-server-dev-17 libreadline8 libreadline-dev
wget https://github.com/segasai/q3c/archive/refs/tags/v2.0.1.tar.gz
tar xvf v2.0.1.tar.gz
cd q3c-2.0.1
Expand Down

0 comments on commit 99f90af

Please sign in to comment.