Skip to content

Commit be5d880

Browse files
Merge #1347
1347: fix build without verbose r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
2 parents a537585 + 60b92a9 commit be5d880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
id: build-docker-image
158158
if: steps.prepare-meta.outputs.has-image
159159
timeout-minutes: 120
160-
run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}" ${{ matrix.verbose && '-v' }}
160+
run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}" ${{ matrix.verbose && '-v' || '' }}
161161
env:
162162
TARGET: ${{ matrix.target }}
163163
SUB: ${{ matrix.sub }}

0 commit comments

Comments
 (0)