diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 594c541..a9c9384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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