File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 run : |
210210 git clone https://github.com/microsoft/vcpkg.git "${{ env.VCPKG_ROOT }}"
211211 cd /d "${{ env.VCPKG_ROOT }}"
212- git checkout c3867e714dd3a51c272826eea77267876517ed99
212+ git checkout 522253caf47268c1724f486a035e927a42a90092
213213 call bootstrap-vcpkg.bat -disableMetrics
214214 shell : cmd
215215
@@ -225,7 +225,7 @@ jobs:
225225 path : |
226226 ${{ env.VCPKG_ROOT }}/downloads
227227 ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}
228- key : vcpkg-${{ runner.os }}-${{ matrix.os-version }}-${{ matrix.crypto }}-${{ env.VCToolsVersion }}-c3867e714dd3a51c272826eea77267876517ed99 -${{ hashFiles('vcpkg.json') }}
228+ key : vcpkg-${{ runner.os }}-${{ matrix.os-version }}-${{ matrix.crypto }}-${{ env.VCToolsVersion }}-522253caf47268c1724f486a035e927a42a90092 -${{ hashFiles('vcpkg.json') }}
229229 restore-keys : |
230230 vcpkg-${{ runner.os }}-${{ matrix.os-version }}-${{ matrix.crypto }}-${{ env.VCToolsVersion }}-
231231 vcpkg-${{ runner.os }}-${{ matrix.os-version }}-${{ matrix.crypto }}-
Original file line number Diff line number Diff line change 2323 run : |
2424 git clone https://github.com/microsoft/vcpkg.git "${VCPKG_ROOT}"
2525 cd "${VCPKG_ROOT}"
26- git checkout c3867e714dd3a51c272826eea77267876517ed99
26+ git checkout 522253caf47268c1724f486a035e927a42a90092
2727 ./bootstrap-vcpkg.sh
2828 ./vcpkg integrate install
2929
3333 path : |
3434 ${{ env.VCPKG_DOWNLOADS }}
3535 ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}
36- key : vcpkg-${{ runner.os }}-macos-c3867e714dd3a51c272826eea77267876517ed99 -${{ hashFiles('vcpkg.json') }}
36+ key : vcpkg-${{ runner.os }}-macos-522253caf47268c1724f486a035e927a42a90092 -${{ hashFiles('vcpkg.json') }}
3737 restore-keys : |
3838 vcpkg-${{ runner.os }}-macos-
3939
You can’t perform that action at this time.
0 commit comments