Skip to content

Commit 9195eb6

Browse files
committed
we should not store cabal freeze files in the CI cache
1 parent acf3603 commit 9195eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-build/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ runs:
121121

122122
- name: Form the package list ('cabal.project.freeze')
123123
run: |
124+
rm cabal.project.freeze || \
124125
cabal v2-freeze && \
125126
echo "" && \
126127
echo 'Output:' && \

0 commit comments

Comments
 (0)