Skip to content

Commit 5df7935

Browse files
committed
Add MSVC target to test matrix
1 parent f02ddc3 commit 5df7935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, luajit=2.0, luajit=2.1]
49+
target: [mingw,vs]
4950
runs-on: windows-2022
5051
steps:
5152
# Checks-out the repository under $GITHUB_WORKSPACE.
5253
- uses: actions/checkout@v4
5354
- name: Install Lua (${{ matrix.lua }})
5455
run: |
5556
pip install hererocks
56-
hererocks lua_install -r@3a142ce --${{ matrix.lua }}
57+
hererocks lua_install -r@3a142ce --${{ matrix.lua }} --target ${{ matrix.target }}
5758
- name: Build lua-simdjson
5859
run: |
5960
.\lua_install\bin\activate

0 commit comments

Comments
 (0)