install all deps

This commit is contained in:
2024-04-21 18:15:14 -06:00
parent e3b0be3fbe
commit 67f3f3cc74
2 changed files with 7 additions and 1 deletions

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 && luarocks install luautf8
- 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')
# mono

View File

@@ -0,0 +1,6 @@
luarocks install lrexlib-pcre2
luarocks install luasocket
luarocks install luasec
luarocks install luv
luarocks install luautf8
luarocks install hx-lua-simdjson