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 ab6bbcf commit 286de78Copy full SHA for 286de78
.github/workflows/build.yml
@@ -41,11 +41,6 @@ jobs:
41
apk add --no-cache zlib zlib-dev zlib-static gmp gmp-dev ncurses-static
42
- uses: actions/checkout@v2
43
44
- - uses: ./.github/actions/setup-build
45
- with:
46
- ghc: ${{ matrix.ghc }}
47
- os: ${{ runner.os }}
48
-
49
# some alpines come with integer-simple instead of integer-gmp
50
- name: Force integer-simple
51
if: matrix.os == 'ubuntu-18.04'
@@ -54,6 +49,11 @@ jobs:
54
echo -e 'package blaze-textual\n flags: +integer-simple' >> cabal.project.local
55
fi
56
52
+ - uses: ./.github/actions/setup-build
53
+ with:
+ ghc: ${{ matrix.ghc }}
+ os: ${{ runner.os }}
+
57
- name: (Windows) Platform specifics
58
if: matrix.os == 'windows-latest'
59
env:
0 commit comments