From b8f4b7ab7c9e3c6a19a76c227c52a0898e3ae91c Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Mon, 21 Jul 2025 13:14:36 -0400 Subject: [PATCH] CI: validate.yml: remove the git workaround that started failing on Windows --- .github/workflows/validate.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6a4af0abbd8..5824ce18643 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -123,9 +123,6 @@ jobs: key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }} restore-keys: ${{ runner.os }}-${{ matrix.ghc }}- - - name: "Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR #8546)" - run: git config --global protocol.file.allow always - # The tool is not essential to the rest of the test suite. If # hackage-repo-tool is not present, any test that requires it will # be skipped.