From 7ac7b03b4c56b30b76f1aa2ac72a5b7ccad580e6 Mon Sep 17 00:00:00 2001 From: orklah Date: Sun, 25 Jul 2021 01:01:10 +0200 Subject: [PATCH] configs for windows --- .github/workflows/windows-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 9490512c23b..d9271af3e73 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -12,6 +12,11 @@ jobs: fail-fast: false steps: + - name: Set git to use LF + run: | + git config --global core.autocrlf false + git config --global core.eol lf + - name: Set up PHP uses: shivammathur/setup-php@v2 with: