Skip to content

Commit a0ad091

Browse files
authored
Update pr_validation.yml
1 parent 0af0d15 commit a0ad091

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr_validation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ jobs:
125125
run: |
126126
git clone https://github.com/microsoft/vcpkg.git
127127
.\vcpkg\bootstrap-vcpkg.bat
128-
.\vcpkg\vcpkg.exe install
129128
130129
- name: Configure CMake
131130
run: >
@@ -144,4 +143,4 @@ jobs:
144143

145144
- name: Test
146145
working-directory: ${{ steps.strings.outputs.build-output-dir }}
147-
run: ctest --build-config ${{ matrix.build_type }}
146+
run: ctest --build-config ${{ matrix.build_type }} --rerun-failed --output-on-failure

0 commit comments

Comments
 (0)