Skip to content

Commit 0bbf510

Browse files
Reenable mingw github actions job
1 parent 1338b8e commit 0bbf510

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,7 @@ jobs:
406406
mingw:
407407
# windows is 2x expensive to run on GitHub machines, so only run if we know something else simple passed as well
408408
needs: linux-no-asm
409-
if: false # Disabled due to issues with msys2 making CMake unable to find a working compiler
410-
runs-on: windows-2022
409+
runs-on: windows-latest
411410
timeout-minutes: 30
412411
defaults:
413412
run:

0 commit comments

Comments
 (0)