Skip to content

Commit

Permalink
try installing just leancheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jul 6, 2023
1 parent 234db0e commit ffdb6fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- run: ghc hello.hs -o hello

- run: make install-dependencies
#- run: make install-dependencies
- run: cabal update
- run: cabal install --lib leancheck

- run: ghc hello.hs -o hello

Expand Down

0 comments on commit ffdb6fd

Please sign in to comment.