Bläddra i källkod

CI: enable windows build

Thomas Waldmann 8 månader sedan
förälder
incheckning
de249f611e
1 ändrade filer med 1 tillägg och 1 borttagningar
  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