Skip to content

Commit 63b0151

Browse files
authored
Update pr_validation.yml
1 parent f087245 commit 63b0151

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/pr_validation.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: macos-latest
1414

1515
strategy:
16-
fail-fast: false
16+
fail-fast: true
1717

1818
matrix:
1919
build_type: [Release, Debug]
@@ -30,7 +30,6 @@ jobs:
3030
3131
- name: Install vcpkg
3232
run: |
33-
cd ${{ github.workspace }}
3433
git clone https://github.com/microsoft/vcpkg.git
3534
/bin/sh -c ./vcpkg/bootstrap-vcpkg.sh
3635
@@ -58,7 +57,7 @@ jobs:
5857
runs-on: ubuntu-latest
5958

6059
strategy:
61-
fail-fast: false
60+
fail-fast: true
6261

6362
matrix:
6463
build_type: [Release, Debug]
@@ -79,7 +78,6 @@ jobs:
7978
8079
- name: Install vcpkg
8180
run: |
82-
cd ${{ github.workspace }}
8381
git clone https://github.com/microsoft/vcpkg.git
8482
/bin/sh -c ./vcpkg/bootstrap-vcpkg.sh
8583
@@ -107,7 +105,7 @@ jobs:
107105
runs-on: windows-latest
108106

109107
strategy:
110-
fail-fast: false
108+
fail-fast: true
111109

112110
matrix:
113111
build_type: [Release, Debug]
@@ -125,9 +123,8 @@ jobs:
125123
- name: Install vcpkg
126124
shell: pwsh
127125
run: |
128-
cd ${{ github.workspace }}
129126
git clone https://github.com/microsoft/vcpkg.git
130-
Start-Process -FilePath ./vcpkg/bootstrap-vcpkg.bat
127+
cmd.exe \c '.\vcpkg\bootstrap-vcpkg.bat'
131128
132129
- name: Configure CMake
133130
run: >

0 commit comments

Comments
 (0)