diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74134aabd..65fe8225a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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