Procházet zdrojové kódy

CI: disable windows for now

The file:// repo URLs are still broken on windows.
Thomas Waldmann před 1 týdnem
rodič
revize
5940bad06e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/ci.yml

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

@@ -196,7 +196,7 @@ jobs:
 
   windows:
 
-    if: true  # can be used to temporary disable build
+    if: false  # can be used to temporary disable build
     runs-on: windows-latest
     timeout-minutes: 120
     needs: linux