Skip to content

Commit

Permalink
[CI] Install ncurses-static
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jan 24, 2022
1 parent 4e6dc61 commit 0b473d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Copy build config
shell: bash
run: cp misc/${{runner.os}}-build-cabal-config ./cabal.project
- name: install ncurses-static
if: runner.os == 'Linux'
run: apk add --update --no-cache ncurses-static
- name: Cabal confugure
run: cabal v2-configure --constraint pandoc==${{matrix.pandocver}} --enable-tests ${{matrix.extra-options}}
- uses: actions/cache@v2
Expand Down

0 comments on commit 0b473d7

Please sign in to comment.