1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-20 20:26:51 +00:00

Try more mingw variants.

This commit is contained in:
Calvin Rose 2024-10-10 08:23:15 -05:00
parent 3d93028088
commit 7025d251a6

View File

@ -45,13 +45,16 @@ jobs:
defaults:
run:
shell: msys2 {0}
strategy:
matrix:
msystem: [ UCRT64, MINGW64, MINGW32, CLANG64 ]
steps:
- name: Checkout the repository
uses: actions/checkout@master
- name: Setup Mingw
uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
msystem: ${{ matrix.msystem }}
update: true
install: >-
base-devel