We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c7e0f commit 032c306Copy full SHA for 032c306
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
17
run: |
18
pip install hererocks
19
hererocks lua_install -r^ --${{ matrix.lua }}
20
- luarocks install lua-cjson2
21
env:
22
MACOSX_DEPLOYMENT_TARGET: 11.0
23
- name: Build lua-simdjson
@@ -27,5 +26,6 @@ jobs:
27
26
- name: Run tests
28
29
source lua_install/bin/activate
+ luarocks install lua-cjson2
30
luarocks install busted
31
busted --verbose
0 commit comments