浏览代码

CI: fix indentation in windows.yml

Thomas Waldmann 1 月之前
父节点
当前提交
687c34e89b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/windows.yml

+ 2 - 2
.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}