We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f51717 commit 9d8b6e3Copy full SHA for 9d8b6e3
.github/workflows/ci.yml
@@ -54,11 +54,8 @@ jobs:
54
- name: Install Lua (${{ matrix.lua }})
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
+ # patched luarocks: https://github.com/luarocks/luarocks/pull/1757
+ hererocks lua_install -rhttps://github.com/tobil4sk/luarocks@vendor-lua-compat53 --${{ matrix.lua }} --target ${{ matrix.target }}
62
- name: Build lua-simdjson
63
64
.\lua_install\bin\activate
0 commit comments