Skip to content

Commit

Permalink
[ci] Update luarocks on windows to avoid hack (#85)
Browse files Browse the repository at this point in the history
The latest version of luarocks has added ucrt support (windows-2022 has ucrt mingw installed). This means we can avoid the MSVCRT="m" hack.
  • Loading branch information
tobil4sk authored Aug 2, 2024
1 parent c46db9c commit 721cab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
- name: Install Lua (${{ matrix.lua }})
run: |
pip install hererocks
hererocks lua_install -r^ --${{ matrix.lua }}
hererocks lua_install -r@3a142ce --${{ matrix.lua }}
- name: Build lua-simdjson
run: |
.\lua_install\bin\activate
luarocks make
- name: Run tests
run: |
.\lua_install\bin\activate
luarocks install MSVCRT="m" lua-cjson2
luarocks install MSVCRT="m" busted
luarocks install lua-cjson2
luarocks install busted
busted --verbose

0 comments on commit 721cab0

Please sign in to comment.