Skip to content

Commit 7cf59f3

Browse files
Update hererocks installation command in CI workflow
1 parent f50da7b commit 7cf59f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- uses: actions/checkout@v6
6161
- name: Install Lua (${{ matrix.lua }})
6262
run: |
63-
pip install hererocks
64-
hererocks lua_install -r@28f9d98 --${{ matrix.lua }} --target ${{ matrix.target }}
63+
pip install git+https://github.com/luarocks/hererocks
64+
hererocks lua_install -r^ --${{ matrix.lua }} --target ${{ matrix.target }}
6565
- name: Build lua-simdjson
6666
run: |
6767
.\lua_install\bin\activate

0 commit comments

Comments
 (0)