Skip to content

Commit

Permalink
Git line ending fixes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Apr 28, 2022
1 parent 3b80d6a commit 9f3b4d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
with:
distribution: 'adopt'
java-version: '16'
- name: Fix Git line endings
run: git config --global core.autocrlf input
- name: Check out repository code
uses: actions/checkout@v2
- name: Download splash image
Expand Down Expand Up @@ -153,6 +155,8 @@ jobs:
with:
distribution: 'adopt'
java-version: '16'
- name: Fix Git line endings
run: git config --global core.autocrlf input
- name: Check out repository code
uses: actions/checkout@v2
- name: Download splash image
Expand Down

0 comments on commit 9f3b4d3

Please sign in to comment.