try install libreadline-dev for lua CI
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -50,6 +50,8 @@ jobs:
|
||||
if: matrix.test-target == 'py'
|
||||
|
||||
# lua
|
||||
- run: sudo apt-get install libreadline-dev
|
||||
if: contains(matrix.test-target, 'lua')
|
||||
- run: pip install --user hererocks && hererocks env --$LUA -rlatest && source env/bin/activate && ./build-scripts/lua/install-deps.sh
|
||||
if: contains(matrix.test-target, 'lua')
|
||||
|
||||
|
Reference in New Issue
Block a user