ci: try just building hledger

This commit is contained in:
Tom McLaughlin 2024-02-13 20:24:51 -08:00
parent 8e5cfcf119
commit 55f54c3268

View File

@ -44,7 +44,7 @@ jobs:
run: |
cd hledger
cabal clean
cabal build all --ghc-options "-ddump-to-file -ddump-timings"
cabal build hledger --ghc-options "-ddump-to-file -ddump-timings"
- name: Clean run
run: |