Skip to content

Commit

Permalink
[CI] Attempt to fix cryptonite flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Oct 31, 2021
1 parent 0f6acd5 commit 74dc777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
include:
- os: ubuntu-latest
container: 'lierdakil/alpine-haskell:8.10.7-pwsh'
extra-options: '--constraint "cryptonite -integer-gmp"'
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
steps:
Expand All @@ -34,7 +35,7 @@ jobs:
shell: bash
run: cp misc/${{runner.os}}-build-cabal-config ./cabal.project
- name: Cabal confugure
run: cabal v2-configure --constraint pandoc==${{matrix.pandocver}} --enable-tests
run: cabal v2-configure --constraint pandoc==${{matrix.pandocver}} --enable-tests ${{matrix.extra-options}}
- uses: actions/cache@v2
with:
path: .cabal-store
Expand Down

0 comments on commit 74dc777

Please sign in to comment.