diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 5ccf2462f..ad3f036a0 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -336,7 +336,7 @@ jobs: steps: - name: Add msbuild to PATH id: add-msbuild - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v1 - name: Checkout uses: actions/checkout@v3 @@ -354,10 +354,10 @@ jobs: modules: ${{matrix.qt_modules}} - name: Run vcpkg - uses: lukka/run-vcpkg@v10.6 + uses: lukka/run-vcpkg@v11 with: runVcpkgInstall: true - appendedCacheKey: ${{matrix.bit}}-bit + doNotCache: false env: VCPKG_DEFAULT_TRIPLET: '${{matrix.arch}}-windows' VCPKG_DISABLE_METRICS: 1 diff --git a/vcpkg b/vcpkg index c30de8e13..247662ef3 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit c30de8e1369e03f4a569f8f224eed418dd0949bb +Subproject commit 247662ef304453c72acd6b520fa7ff7656e7347c