Skip to content

Commit

Permalink
CI: Build dependencies with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Aug 11, 2024
1 parent 6f0272c commit 7aa0939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: "Configure the build"
run: |
cabal configure --enable-tests --enable-benchmarks --disable-documentation
cabal configure --enable-tests --enable-benchmarks --enable-documentation
cabal build all --dry-run
- name: "Restore cached dependencies"
Expand Down

0 comments on commit 7aa0939

Please sign in to comment.