Skip to content

Commit

Permalink
Only cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz committed Jan 9, 2024
1 parent 723842f commit a5de79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Configure the build
run: |
cabal configure --enable-tests --enable-benchmarks --disable-documentation
cabal build all --dry-run
cabal build all --only-dependencies --dry-run
# The last step generates dist-newstyle/cache/plan.json for the cache key.

- name: Restore cached dependencies
Expand Down

0 comments on commit a5de79a

Please sign in to comment.