diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-29 16:57:23 +0100 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-02-13 15:21:11 -0300 |
commit | f28ea0747d5fa066c7b76c0410d6656f98e030f9 (patch) | |
tree | ac22f1c07aab68f02513f786f81830bca37fef38 | |
parent | 2155a2f28372282f7f0fd084d8e6facf3e79b5f0 (diff) | |
download | lua-compat-5.3-f28ea0747d5fa066c7b76c0410d6656f98e030f9.tar.gz lua-compat-5.3-f28ea0747d5fa066c7b76c0410d6656f98e030f9.tar.bz2 lua-compat-5.3-f28ea0747d5fa066c7b76c0410d6656f98e030f9.zip |
ci: add libreadline-dev dependency
-rw-r--r-- | .github/workflows/compat53-tests.yml | 1 |
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) |