Skip to content

Commit 5f51717

Browse files
committed
[ci] Add workaround for missing compat53
1 parent 4281b1c commit 5f51717

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
run: |
5656
pip install hererocks
5757
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
5862
- name: Build lua-simdjson
5963
run: |
6064
.\lua_install\bin\activate

0 commit comments

Comments
 (0)