Skip to content

Commit

Permalink
ci: add libreadline-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Jan 29, 2025
1 parent 2155a2f commit 662ef75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compat53-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: actions/checkout@v2
- name: install Lua
run: |
sudo apt install libreadline-dev
pip3 install --user hererocks
~/.local/bin/hererocks old --${{ matrix.luaVersion }}
test -e old/bin/lua || (cd old/bin && ln -s luajit* lua)
Expand Down

0 comments on commit 662ef75

Please sign in to comment.