We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8b6e3 commit 64527bdCopy full SHA for 64527bd
.github/workflows/ci.yml
@@ -54,8 +54,7 @@ jobs:
54
- name: Install Lua (${{ matrix.lua }})
55
run: |
56
pip install hererocks
57
- # patched luarocks: https://github.com/luarocks/luarocks/pull/1757
58
- hererocks lua_install -rhttps://github.com/tobil4sk/luarocks@vendor-lua-compat53 --${{ matrix.lua }} --target ${{ matrix.target }}
+ hererocks lua_install -r@28f9d98 --${{ matrix.lua }} --target ${{ matrix.target }}
59
- name: Build lua-simdjson
60
61
.\lua_install\bin\activate
0 commit comments