Skip to content

Commit

Permalink
CI adjustment for readline
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Feb 14, 2025
1 parent 314a2a7 commit 5926cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ jobs:
sudo apt -y update
sudo apt -y install lcov make libtool \
gcc libgmp-dev libncurses-dev \
libdb-dev libxml2-dev libcjson-dev
libdb-dev libxml2-dev libcjson-dev \
libreadline-dev
# note: add additional C compiler syntax checks here to not need _another_ CI run
- name: Configure GnuCOBOL
Expand Down

0 comments on commit 5926cf4

Please sign in to comment.