1 parent 29b254b commit 3619f71Copy full SHA for 3619f71
1 file changed
.github/workflows/ci-cd.yml
@@ -130,7 +130,7 @@ jobs:
130
# Work around actions/runner-images#7443 and install yq on windows runners
131
- name: Make yq tool available on Windows runners
132
if: ${{ matrix.os == 'windows-latest' && (matrix.extras_best_effort || matrix.skip_extras == '') }}
133
- run: choco install yq --version "$YQ_VERSION"
+ run: choco install yq --version "$YQ_VERSION" || exit 1
134
135
- name: Install additional backends (best effort)
136
if: ${{ matrix.extras_best_effort || matrix.skip_extras != '' }}
0 commit comments