Skip to content

Commit 23cddf7

Browse files
committed
build with -v3 on error
1 parent ee37192 commit 23cddf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: steps.get-hackage-version.outputs.exists != 'true'
138138
run: |
139139
cd $(ls -d ./incoming/${{ matrix.package }}-*)
140-
cabal build --enable-tests --enable-benchmarks
140+
cabal build --enable-tests --enable-benchmarks || cabal build --enable-tests --enable-benchmarks -v3
141141
142142
- name: "Generate haddock for hackage"
143143
if: steps.get-hackage-version.outputs.exists != 'true'

0 commit comments

Comments
 (0)