workflow: remove git `autocrlf=false` setup on windows

Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
This commit is contained in:
Alano Terblanche 2024-07-03 13:43:07 +02:00
parent 2bd4e95bf1
commit c56f4a1ef7
No known key found for this signature in database
GPG Key ID: 0E8FACD1BA98DE27
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ jobs:
- macos-12 - macos-12
# - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history # - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history
steps: steps:
-
name: Prepare git
if: matrix.os == 'windows-latest'
run: |
git config --system core.autocrlf false
git config --system core.eol lf
- -
name: Checkout name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4