diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36e70949..8e5cf458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,9 @@ jobs: # os: [windows-latest] steps: + # Windows fix. See https://github.com/actions/checkout/issues/226 + - run: git config --global core.autocrlf false + - name: Check out Git repository uses: actions/checkout@v2