Skip to content

Commit

Permalink
Disable core.autocrlf on Windows to prevent submodule diffs (fix jqla…
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny authored and owenthereal committed Feb 17, 2025
1 parent a1f1af4 commit 55c9dc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ jobs:
run:
shell: msys2 {0}
steps:
- name: Prepare git config
run: git config --system core.autocrlf false
shell: bash
- name: Clone repository
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -240,7 +243,7 @@ jobs:
- name: Test
run: |
make check VERBOSE=yes
git diff --exit-code --ignore-submodules
git diff --exit-code
- name: Upload Test Logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 55c9dc5

Please # to comment.