From 9f3b4d36149b0461d8ebd4c5cc2860ab217caf1a Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Thu, 28 Apr 2022 12:37:19 +0200 Subject: [PATCH] Git line ending fixes for Windows --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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