From de249f611e63ab6f9cacd95cc68b5437d43401ec Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 15 Sep 2024 22:56:06 +0200 Subject: [PATCH] CI: enable windows build --- .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 0ff7378ef..d6987c886 100644 --- a/.github/workflows/ci.yml +++ b/.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