Skip to content

Commit 032c306

Browse files
committed
[ci] Install lua-cjson2 during test task
1 parent f1c7e0f commit 032c306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
run: |
1818
pip install hererocks
1919
hererocks lua_install -r^ --${{ matrix.lua }}
20-
luarocks install lua-cjson2
2120
env:
2221
MACOSX_DEPLOYMENT_TARGET: 11.0
2322
- name: Build lua-simdjson
@@ -27,5 +26,6 @@ jobs:
2726
- name: Run tests
2827
run: |
2928
source lua_install/bin/activate
29+
luarocks install lua-cjson2
3030
luarocks install busted
3131
busted --verbose

0 commit comments

Comments
 (0)