We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df7935 commit 99bc3dcCopy full SHA for 99bc3dc
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install Lua (${{ matrix.lua }})
55
run: |
56
pip install hererocks
57
- hererocks lua_install -r@3a142ce --${{ matrix.lua }} --target ${{ matrix.target }}
+ hererocks lua_install -rhttps://github.com/tobil4sk/luarocks@922b70f4f --${{ matrix.lua }} --target ${{ matrix.target }}
58
- name: Build lua-simdjson
59
60
.\lua_install\bin\activate
0 commit comments