Browse Source

Merge pull request #8278 from ThomasWaldmann/ci-windows-fix-1.4

github CI: windows msys2 build: broken, disable it for now, see #8264
TW 11 tháng trước cách đây
mục cha
commit
83eca0d8b0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/windows.yml

+ 2 - 1
.github/workflows/windows.yml

@@ -3,7 +3,8 @@ on: [push, pull_request]
 
 jobs:
   msys2-ucrt64:
-    runs-on: windows-latest
+      if: false  # build is broken, thus disabled, see #8264
+      runs-on: windows-latest
     defaults:
       run:
         shell: msys2 {0}