File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 74
74
ghc-version : ${{ matrix.ghc }}
75
75
cabal-version : ' 3.10.1.0'
76
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
77
# The '+exe' constraint below is important, otherwise cabal-install
82
78
# might decide to build the library but not the executable which is
83
79
# what we need.
@@ -240,10 +236,6 @@ jobs:
240
236
ghc --version
241
237
cabal update
242
238
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
-
247
239
# The '+exe' constraint below is important, otherwise cabal-install
248
240
# might decide to build the library but not the executable which is
249
241
# what we need.
You can’t perform that action at this time.
0 commit comments