浏览代码

[godot] GHA debug output...

Mario Zechner 9 月之前
父节点
当前提交
c236688c6f
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/workflows/spine-godot-v4.yml

+ 7 - 0
.github/workflows/spine-godot-v4.yml

@@ -45,6 +45,13 @@ jobs:
   godot-editor-windows:
   godot-editor-windows:
     runs-on: windows-2022
     runs-on: windows-2022
     steps:
     steps:
+      - name: Configure git line endings
+        shell: bash
+        run: |
+          git config --get core.autocrlf
+          git config --global core.autocrlf false
+          echo "* text=auto" > .gitattributes
+
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0