Skip to content

Commit 74dc777

Browse files
committed
[CI] Attempt to fix cryptonite flags
1 parent 0f6acd5 commit 74dc777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
include:
1313
- os: ubuntu-latest
1414
container: 'lierdakil/alpine-haskell:8.10.7-pwsh'
15+
extra-options: '--constraint "cryptonite -integer-gmp"'
1516
runs-on: ${{ matrix.os }}
1617
container: ${{ matrix.container }}
1718
steps:
@@ -34,7 +35,7 @@ jobs:
3435
shell: bash
3536
run: cp misc/${{runner.os}}-build-cabal-config ./cabal.project
3637
- name: Cabal confugure
37-
run: cabal v2-configure --constraint pandoc==${{matrix.pandocver}} --enable-tests
38+
run: cabal v2-configure --constraint pandoc==${{matrix.pandocver}} --enable-tests ${{matrix.extra-options}}
3839
- uses: actions/cache@v2
3940
with:
4041
path: .cabal-store

0 commit comments

Comments
 (0)