Skip to content

Commit 42a5c17

Browse files
committed
Install libreadline-dev on GHA runners for testing with ubuntu 24.04.
1 parent 68423e3 commit 42a5c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
sudo apt-get update -qq
27-
sudo apt-get install -qq bats libedit-dev libedit2
27+
sudo apt-get install -qq bats libedit-dev libedit2 libreadline-dev
2828
- name: Build
2929
run: |
3030
make clean bats T_LIBS="JavaEditline JavaReadline JavaGetline" CC=${{ matrix.cc }}

0 commit comments

Comments
 (0)