We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df7935 commit 4281b1cCopy full SHA for 4281b1c
.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@46903c2 --${{ matrix.lua }} --target ${{ matrix.target }}
58
- name: Build lua-simdjson
59
60
.\lua_install\bin\activate
0 commit comments