diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bd51e576f..8645e35a07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,12 +49,6 @@ jobs: - macos-12 # - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history steps: - - - name: Prepare git - if: matrix.os == 'windows-latest' - run: | - git config --system core.autocrlf false - git config --system core.eol lf - name: Checkout uses: actions/checkout@v4