Skip to content

Commit ea54a21

Browse files
authored
Merge pull request #8549 from haskell/mergify/bp/3.8/pr-8546
Work around git problem with file transport (backport #8546)
2 parents f1e14c0 + e5f0259 commit ea54a21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
7171
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
7272

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+
7377
# The '+exe' constraint below is important, otherwise cabal-install
7478
# might decide to build the library but not the executable which is
7579
# what we need.

0 commit comments

Comments
 (0)