mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Merge pull request #4309 from cold-brewed/gha-disable-ucrt64
Disable UCRT64 in msys2 workflow
This commit is contained in:
commit
d69eb5cd49
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cmake_windows_msys2.yml
vendored
6
.github/workflows/cmake_windows_msys2.yml
vendored
|
@ -79,9 +79,9 @@ jobs:
|
|||
# - msystem: CLANG64
|
||||
# prefix: mingw-w64-clang-x86_64
|
||||
# toolchain: ./cmake/llvm-win32-x86_64.cmake
|
||||
- msystem: UCRT64
|
||||
prefix: mingw-w64-ucrt-x86_64
|
||||
toolchain: ./cmake/flags-gcc-x86_64.cmake
|
||||
# - msystem: UCRT64
|
||||
# prefix: mingw-w64-ucrt-x86_64
|
||||
# toolchain: ./cmake/flags-gcc-x86_64.cmake
|
||||
|
||||
steps:
|
||||
- name: Prepare MSYS2 environment
|
||||
|
|
Loading…
Reference in a new issue