We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46db9c commit 721cab0Copy full SHA for 721cab0
1 file changed
.github/workflows/ci.yml
@@ -53,14 +53,14 @@ jobs:
53
- name: Install Lua (${{ matrix.lua }})
54
run: |
55
pip install hererocks
56
- hererocks lua_install -r^ --${{ matrix.lua }}
+ hererocks lua_install -r@3a142ce --${{ matrix.lua }}
57
- name: Build lua-simdjson
58
59
.\lua_install\bin\activate
60
luarocks make
61
- name: Run tests
62
63
64
- luarocks install MSVCRT="m" lua-cjson2
65
- luarocks install MSVCRT="m" busted
+ luarocks install lua-cjson2
+ luarocks install busted
66
busted --verbose
0 commit comments