Skip to content

Commit 5bc17c3

Browse files
committed
Cache of ~/.cabal/store not needed for --dry-run
1 parent 5e27df5 commit 5bc17c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/quick-jobs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ jobs:
131131
- name: Set PATH
132132
run: |
133133
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
134-
- uses: actions/cache@v3
135-
with:
136-
path: ~/.cabal/store
137-
key: linux-store-release-project-check
138134
- name: ghcup
139135
run: |
140136
ghcup --version

0 commit comments

Comments
 (0)