Skip to content

Commit 2acce8d

Browse files
authored
Merge pull request #8546 from Mikolaj/workaround-git-file-transport-bug
Work around git problem with file transport
2 parents 29103f9 + a02ea93 commit 2acce8d

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
@@ -74,6 +74,10 @@ jobs:
7474
key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
7575
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
7676

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

0 commit comments

Comments
 (0)