Skip to content

Commit

Permalink
Do not submit: investigating Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed May 13, 2023
1 parent 160b483 commit 2cd5cfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cabal update
cabal build --enable-tests --enable-benchmarks
cabal test
cabal bench
cabal bench --enable-benchmarks
cabal haddock
cabal check
cabal sdist
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Install
run: |
apt-get update -y
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl libncurses5 libtinfo5 libncurses5-dev libtinfo-dev
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl libncurses5 libtinfo5 libncurses5-dev libtinfo-dev git
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
- uses: actions/checkout@v1
- name: Test
Expand Down
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
packages: ./

allow-newer:
ansi-wl-pprint:ansi-terminal

0 comments on commit 2cd5cfc

Please sign in to comment.