Skip to content

Commit 3619f71

Browse files
committed
ci: propagate choco install errors
1 parent 29b254b commit 3619f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# Work around actions/runner-images#7443 and install yq on windows runners
131131
- name: Make yq tool available on Windows runners
132132
if: ${{ matrix.os == 'windows-latest' && (matrix.extras_best_effort || matrix.skip_extras == '') }}
133-
run: choco install yq --version "$YQ_VERSION"
133+
run: choco install yq --version "$YQ_VERSION" || exit 1
134134

135135
- name: Install additional backends (best effort)
136136
if: ${{ matrix.extras_best_effort || matrix.skip_extras != '' }}

0 commit comments

Comments
 (0)