From 1705f0c184e234a60d7048d548d41c0e412240db Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Mon, 4 Dec 2023 15:51:37 +0100 Subject: [PATCH] Misc: no longer need to control lf on windows --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15aeb8fc75..e2ad9e1073 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,12 +67,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - - name: Set git to use LF - run: | - git config --global core.autocrlf false - git config --global core.eol lf - git config --global core.ignorecase false - - name: Checkout tree uses: actions/checkout@v4