Skip to content

Commit 9d8b6e3

Browse files
committed
[ci] Use patched luarocks to avoid compat53 issue
1 parent 5f51717 commit 9d8b6e3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ jobs:
5454
- name: Install Lua (${{ matrix.lua }})
5555
run: |
5656
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
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 }}
6259
- name: Build lua-simdjson
6360
run: |
6461
.\lua_install\bin\activate

0 commit comments

Comments
 (0)