another dependency

This commit is contained in:
2024-04-21 18:11:26 -06:00
parent 34c599437c
commit e3b0be3fbe

View File

@@ -50,7 +50,7 @@ jobs:
if: matrix.test-target == 'py'
# lua
- run: pip install --user hererocks && hererocks env --$LUA -rlatest && source env/bin/activate && luarocks install lrexlib-pcre2 && luarocks install hx-lua-simdjson
- run: pip install --user hererocks && hererocks env --$LUA -rlatest && source env/bin/activate && luarocks install lrexlib-pcre2 && luarocks install hx-lua-simdjson && luarocks install luautf8
if: contains(matrix.test-target, 'lua')
# mono