Fix the MSVC CI fail happening due to outdated vcpkg (#7589)
* switch to version 1 for msvc-dev-cmd github action * bump msvc build year * try refreshing vcpkg cache msvc * Revert "try refreshing vcpkg cache msvc" This reverts commite8814f8cbd. * try updating vcpkg manually * Revert "bump msvc build year" This reverts commita95c75ee95. * messmerd's review comments * revert the version bump for msvc-dev-cmd * Fix `cd` command --------- Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -249,6 +249,12 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
- name: Update vcpkg (TEMPORARY)
|
||||
run: |
|
||||
cd $env:VCPKG_INSTALLATION_ROOT
|
||||
git pull
|
||||
.\bootstrap-vcpkg.bat
|
||||
shell: pwsh
|
||||
- name: Cache vcpkg dependencies
|
||||
id: cache-deps
|
||||
uses: actions/cache@v3
|
||||
|
||||
Reference in New Issue
Block a user