From 5940bad06e81a688e1528460d81d0d9e4393b5a1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 22 May 2025 17:46:22 +0200 Subject: [PATCH] CI: disable windows for now The file:// repo URLs are still broken on windows. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59ce50cd6..b7dd46744 100644 --- a/.github/workflows/ci.yml +++ b/.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