aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/compat53-tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compat53-tests.yml b/.github/workflows/compat53-tests.yml
index 34a4f78..623837f 100644
--- a/.github/workflows/compat53-tests.yml
+++ b/.github/workflows/compat53-tests.yml
@@ -47,6 +47,7 @@ jobs:
47 - uses: actions/checkout@v2 47 - uses: actions/checkout@v2
48 - name: install Lua 48 - name: install Lua
49 run: | 49 run: |
50 sudo apt install libreadline-dev
50 pip3 install --user hererocks 51 pip3 install --user hererocks
51 ~/.local/bin/hererocks old --${{ matrix.luaVersion }} 52 ~/.local/bin/hererocks old --${{ matrix.luaVersion }}
52 test -e old/bin/lua || (cd old/bin && ln -s luajit* lua) 53 test -e old/bin/lua || (cd old/bin && ln -s luajit* lua)