Skip to content

Commit

Permalink
Cache of ~/.cabal/store not needed for --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 3, 2024
1 parent 5c4d37b commit 5e101ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ jobs:
- name: Set PATH
run: |
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
- uses: actions/cache@v3
with:
path: ~/.cabal/store
key: linux-store-release-project-check
- name: ghcup
run: |
ghcup --version
Expand Down

0 comments on commit 5e101ce

Please sign in to comment.