File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ jobs:
41
41
apk add --no-cache zlib zlib-dev zlib-static gmp gmp-dev ncurses-static
42
42
- uses : actions/checkout@v2
43
43
44
+ - uses : ./.github/actions/setup-build
45
+ with :
46
+ ghc : ${{ matrix.ghc }}
47
+ os : ${{ runner.os }}
48
+
44
49
# some alpines come with integer-simple instead of integer-gmp
45
50
- name : Force integer-simple
46
51
if : matrix.os == 'ubuntu-18.04'
47
52
run : |
48
53
if ghc --info | grep -q integer-simple ; then
49
- echo -e 'package blaze-textual\n flags: +integer-simple' >> cabal.project.local
54
+ echo -e 'flags: +integer-simple' >> cabal.project.local
50
55
fi
51
56
52
- - uses : ./.github/actions/setup-build
53
- with :
54
- ghc : ${{ matrix.ghc }}
55
- os : ${{ runner.os }}
56
-
57
57
- name : (Windows) Platform specifics
58
58
if : matrix.os == 'windows-latest'
59
59
env :
You can’t perform that action at this time.
0 commit comments