We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4281b1c commit 5f51717Copy full SHA for 5f51717
.github/workflows/ci.yml
@@ -55,6 +55,10 @@ jobs:
55
run: |
56
pip install hererocks
57
hererocks lua_install -rhttps://github.com/tobil4sk/luarocks@46903c2 --${{ matrix.lua }} --target ${{ matrix.target }}
58
+
59
+ # Workaround for: https://github.com/luarocks/luarocks/issues/1726
60
+ .\lua_install\bin\activate
61
+ luarocks install compat53
62
- name: Build lua-simdjson
63
64
.\lua_install\bin\activate
0 commit comments