Skip to content

Commit 662ef75

Browse files
committed
ci: add libreadline-dev dependency
1 parent 2155a2f commit 662ef75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compat53-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- name: install Lua
4949
run: |
50+
sudo apt install libreadline-dev
5051
pip3 install --user hererocks
5152
~/.local/bin/hererocks old --${{ matrix.luaVersion }}
5253
test -e old/bin/lua || (cd old/bin && ln -s luajit* lua)

0 commit comments

Comments
 (0)