We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 671bee6 + 621c92b commit f2718c7Copy full SHA for f2718c7
.github/workflows/validate.yml
@@ -143,6 +143,11 @@ jobs:
143
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
144
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
145
146
+ - name: "Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR #8546)"
147
+ # alternatively, use 'continue-on-error: true'
148
+ if: runner.os != 'Windows'
149
+ run: git config --global protocol.file.allow always
150
+
151
# The tool is not essential to the rest of the test suite. If
152
# hackage-repo-tool is not present, any test that requires it will
153
# be skipped.
0 commit comments