Skip to content

Commit

Permalink
Try more mingw variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Oct 10, 2024
1 parent 3d93028 commit 7025d25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7025d25

Please sign in to comment.