From 36716c705ef5f29d70091c3d6b76f92a4faa5168 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 14 Dec 2022 10:56:58 +0100 Subject: [PATCH] setting autocrlf false --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c491db31..19c91e477 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: steps: - name: gitconfig run: | - git config --global core.autocrlf true + git config --global core.autocrlf false - name: checkout uses: actions/checkout@v3