We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68423e3 commit 42a5c17Copy full SHA for 42a5c17
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
sudo apt-get update -qq
27
- sudo apt-get install -qq bats libedit-dev libedit2
+ sudo apt-get install -qq bats libedit-dev libedit2 libreadline-dev
28
- name: Build
29
30
make clean bats T_LIBS="JavaEditline JavaReadline JavaGetline" CC=${{ matrix.cc }}
0 commit comments