We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50da7b commit 7cf59f3Copy full SHA for 7cf59f3
.github/workflows/ci.yml
@@ -60,8 +60,8 @@ jobs:
60
- uses: actions/checkout@v6
61
- name: Install Lua (${{ matrix.lua }})
62
run: |
63
- pip install hererocks
64
- hererocks lua_install -r@28f9d98 --${{ matrix.lua }} --target ${{ matrix.target }}
+ pip install git+https://github.com/luarocks/hererocks
+ hererocks lua_install -r^ --${{ matrix.lua }} --target ${{ matrix.target }}
65
- name: Build lua-simdjson
66
67
.\lua_install\bin\activate
0 commit comments