diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6514cd771b5ee..f793e15cc8b86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -162,12 +162,10 @@ jobs: uses: microsoft/setup-msbuild@v1.0.2 - name: Install dependencies (windows msvc) (2/3) if: runner.os == 'Windows' - uses: lukka/run-vcpkg@main + uses: lukka/run-vcpkg@v10 id: runvcpkg with: - additionalCachedPaths: '${{ runner.workspace }}/Cataclysm-DDA/msvc-full-features/vcpkg_installed' - appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-${{ matrix.arch }}-1 - setupOnly: true + appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-${{ matrix.arch }}-2 vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' # We have to use at least this version of vcpkg to include fixes for yasm-tool's # availability only as an x86 host tool. Keep it in sync with the builtin-baseline