Skip to content

Commit 64527bd

Browse files
committed
[ci] Update to upstream version of luarocks
The patch for the lua compat53 issue has been merged now
1 parent 9d8b6e3 commit 64527bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Install Lua (${{ matrix.lua }})
5555
run: |
5656
pip install hererocks
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 }}
57+
hererocks lua_install -r@28f9d98 --${{ matrix.lua }} --target ${{ matrix.target }}
5958
- name: Build lua-simdjson
6059
run: |
6160
.\lua_install\bin\activate

0 commit comments

Comments
 (0)