Skip to content

Commit

Permalink
github: Added MinGW64 to the MSYS2 matrix for the PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jul 23, 2024
1 parent a810540 commit 214440f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
os:
- windows-2022
sys:
- {abi: mingw64, env: x86_64, compiler: gcc}
- {abi: ucrt64, env: ucrt-x86_64, compiler: gcc}
- {abi: clang64, env: clang-x86_64, compiler: clang}
fail-fast: false
Expand Down

0 comments on commit 214440f

Please sign in to comment.