We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c6dd0 commit 05115c8Copy full SHA for 05115c8
.github/actions/setup-build/action.yml
@@ -54,15 +54,6 @@ runs:
54
fi
55
shell: bash
56
57
- # some alpines come with integer-simple instead of integer-gmp
58
- - if: inputs.os == 'Linux'
59
- name: Force integer-simple
60
- run: |
61
- if ghc --info | grep -q integer-simple ; then
62
- echo -e 'package blaze-textual\n flags: +integer-simple' >> cabal.project.local
63
- fi
64
- shell: bash
65
-
66
- if: inputs.os == 'Windows' && inputs.ghc == '8.8.4'
67
name: (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
68
run: |
0 commit comments