Skip to content
Snippets Groups Projects
Commit e5f0259e authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by Mergify
Browse files

Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586

(cherry picked from commit a02ea934)
parent f1e14c0f
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,10 @@ jobs:
key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
- name: Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR #8546)
run: |
git config --global protocol.file.allow always
# The '+exe' constraint below is important, otherwise cabal-install
# might decide to build the library but not the executable which is
# what we need.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment