install all deps
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
if: matrix.test-target == 'py'
|
if: matrix.test-target == 'py'
|
||||||
|
|
||||||
# lua
|
# 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')
|
if: contains(matrix.test-target, 'lua')
|
||||||
|
|
||||||
# mono
|
# mono
|
||||||
|
6
build-scripts/lua/install-deps.sh
Executable file
6
build-scripts/lua/install-deps.sh
Executable 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
|
Reference in New Issue
Block a user