浏览代码

CI: disable windows for now

The file:// repo URLs are still broken on windows.
Thomas Waldmann 1 周之前
父节点
当前提交
5940bad06e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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