Skip to content

Commit 3ffdf39

Browse files
committed
CI: no need to workaround an old git bug
1 parent dc501bb commit 3ffdf39

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
ghc-version: ${{ matrix.ghc }}
7575
cabal-version: '3.10.1.0'
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-
8177
# The '+exe' constraint below is important, otherwise cabal-install
8278
# might decide to build the library but not the executable which is
8379
# what we need.
@@ -240,10 +236,6 @@ jobs:
240236
ghc --version
241237
cabal update
242238
243-
- name: Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR #8546)
244-
run: |
245-
git config --global protocol.file.allow always
246-
247239
# The '+exe' constraint below is important, otherwise cabal-install
248240
# might decide to build the library but not the executable which is
249241
# what we need.

0 commit comments

Comments
 (0)