File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : macos-latest
1414
1515 strategy :
16- fail-fast : false
16+ fail-fast : true
1717
1818 matrix :
1919 build_type : [Release, Debug]
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
5857 runs-on : ubuntu-latest
5958
6059 strategy :
61- fail-fast : false
60+ fail-fast : true
6261
6362 matrix :
6463 build_type : [Release, Debug]
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 : >
You can’t perform that action at this time.
0 commit comments