Skip to content

Commit

Permalink
install lua dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Apr 22, 2024
1 parent 0c22bd1 commit 34c5994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: matrix.test-target == 'py'

# lua
- run: pip install --user hererocks && hererocks env --$LUA -rlatest
- run: pip install --user hererocks && hererocks env --$LUA -rlatest && source env/bin/activate && luarocks install lrexlib-pcre2 && luarocks install hx-lua-simdjson
if: contains(matrix.test-target, 'lua')

# mono
Expand Down

0 comments on commit 34c5994

Please sign in to comment.