Skip to content

Commit 2719110

Browse files
committed
Make freeze strict
1 parent 186d93d commit 2719110

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ runs:
100100
echo "" && \
101101
echo 'Output:' && \
102102
echo "" && \
103-
cat 'cabal.project.freeze' && \
104-
echo "" || \
105-
echo 'WARNING: Could not produce the `freeze`.'
103+
cat 'cabal.project.freeze'
106104
shell: bash
107105

108106
- name: Compiled deps cache

0 commit comments

Comments
 (0)