We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2155a2f commit 662ef75Copy full SHA for 662ef75
.github/workflows/compat53-tests.yml
@@ -47,6 +47,7 @@ jobs:
47
- uses: actions/checkout@v2
48
- name: install Lua
49
run: |
50
+ sudo apt install libreadline-dev
51
pip3 install --user hererocks
52
~/.local/bin/hererocks old --${{ matrix.luaVersion }}
53
test -e old/bin/lua || (cd old/bin && ln -s luajit* lua)
0 commit comments