diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 04401b5..d0709f6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -164,6 +164,8 @@ jobs: steps: - if: matrix.os-node.os == 'windows-latest' run: | + mkdir temp_dir + cd temp_dir git config --global core.autocrlf false git config --global core.eol lf