Browse Source

CI: enable windows build

Thomas Waldmann 8 tháng trước cách đây
mục cha
commit
de249f611e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -196,7 +196,7 @@ jobs:
 
   windows:
 
-    if: false  # build is broken, thus disabled, see #8264
+    if: true  # build enabled
     runs-on: windows-latest
     timeout-minutes: 120
     needs: linux