Skip to content

Commit 99bc3dc

Browse files
committed
[ci] Use patched luarocks to fix msvc setup
1 parent 5df7935 commit 99bc3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Lua (${{ matrix.lua }})
5555
run: |
5656
pip install hererocks
57-
hererocks lua_install -r@3a142ce --${{ matrix.lua }} --target ${{ matrix.target }}
57+
hererocks lua_install -rhttps://github.com/tobil4sk/luarocks@922b70f4f --${{ matrix.lua }} --target ${{ matrix.target }}
5858
- name: Build lua-simdjson
5959
run: |
6060
.\lua_install\bin\activate

0 commit comments

Comments
 (0)