gha : Update run-vcpkg to latest

This commit is contained in:
Magne Sjaastad
2020-11-11 15:47:42 -05:00
committed by GitHub
parent 1f2b1f208c
commit 40ce62e546

View File

@@ -129,7 +129,7 @@ jobs:
# Ensure the cache is invalidated any time vcpkg version changes, or a different set of packages is being used.
key: ${{ hashFiles( format('{0}/{1}', github.workspace, matrix.config.vcpkg-response-file )) }}-${{ hashFiles('.git/modules/vcpkg/HEAD') }}-${{ runner.os }}-v02
- name: Run vcpkg
uses: lukka/run-vcpkg@v1
uses: lukka/run-vcpkg@v4
id: runvcpkg
with:
vcpkgArguments: '@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}'