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 f1e14c0 + e5f0259 commit ea54a21Copy full SHA for ea54a21
.github/workflows/validate.yml
@@ -70,6 +70,10 @@ jobs:
70
key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
71
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
72
73
+ - name: Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR #8546)
74
+ run: |
75
+ git config --global protocol.file.allow always
76
+
77
# The '+exe' constraint below is important, otherwise cabal-install
78
# might decide to build the library but not the executable which is
79
# what we need.
0 commit comments