Skip to content

Commit c0fb5b1

Browse files
committed
Update Github Actions workflow for Windows builds
MSYS2 has deprecated the MINGW64 environment which uses MSVCRT and this project will no longer support that environment. Instead it will use MSYS2's UCRT64 environment with its MinGW toolchain and CLANG64 environment with its Clang/LLVM toolchain, both using the UCRT runtime, for Windows debug builds.
1 parent bbe2570 commit c0fb5b1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/windows-build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- { sys: mingw64, env: x86_64, build_type: "Debug", lib_type: "static", shared_libs: "NO", fetch_deps: YES }
21-
- { sys: mingw64, env: x86_64, build_type: "Release", lib_type: "dll", shared_libs: "YES", fetch_deps: NO }
2220
- { sys: ucrt64, env: ucrt-x86_64, build_type: "Debug", lib_type: "static", shared_libs: "NO", fetch_deps: YES }
2321
- { sys: ucrt64, env: ucrt-x86_64, build_type: "Release", lib_type: "dll", shared_libs: "YES", fetch_deps: NO }
2422
- { sys: clang64, env: clang-x86_64, build_type: "Debug", lib_type: "dll", shared_libs: "YES", fetch_deps: NO }

0 commit comments

Comments
 (0)