Skip to content

Commit 254d123

Browse files
committed
CI: update to use correct pinned version of vcpkg.
1 parent f805421 commit 254d123

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}-

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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

0 commit comments

Comments
 (0)