From 687c34e89ba28510906455b5ffdcf2d2dbaace6e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 15 Oct 2025 17:42:12 +0200 Subject: [PATCH] CI: fix indentation in windows.yml --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a98b6c3e0..d902ae6e6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -3,8 +3,8 @@ on: [push, pull_request] jobs: msys2-ucrt64: - if: false # build is broken, thus disabled, see #8264 - runs-on: windows-latest + if: false # build is broken, thus disabled, see #8264 + runs-on: windows-latest defaults: run: shell: msys2 {0}