فهرست منبع

Merge pull request #9078 from ThomasWaldmann/ci-windows-yaml-fix-1.4

CI: fix indentation in windows.yml
TW 1 ماه پیش
والد
کامیت
4cbc893f31
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}