Skip to content

Commit 05115c8

Browse files
committed
Remove integer-simple workaround
1 parent b5c6dd0 commit 05115c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/actions/setup-build/action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ runs:
5454
fi
5555
shell: bash
5656

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-
6657
- if: inputs.os == 'Windows' && inputs.ghc == '8.8.4'
6758
name: (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
6859
run: |

0 commit comments

Comments
 (0)