mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-17 04:21:39 +08:00
[godot] GHA debug output...
This commit is contained in:
parent
9514811835
commit
c236688c6f
7
.github/workflows/spine-godot-v4.yml
vendored
7
.github/workflows/spine-godot-v4.yml
vendored
@ -45,6 +45,13 @@ jobs:
|
||||
godot-editor-windows:
|
||||
runs-on: windows-2022
|
||||
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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user