Преглед на файлове

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}