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