0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

GHA: update to lukka/run-vcpkg@v10

While here, also update vcpkg to latest.

To resolve warning:
The `save-state` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
Frank Lichtenheld 2023-02-13 16:09:47 +01:00
parent 1a723da4fb
commit 0f299e8bc8

View File

@ -22,11 +22,9 @@ jobs:
arch: ${{ matrix.arch }}
- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@v6
uses: lukka/run-vcpkg@v10
with:
setupOnly: true
vcpkgGitCommitId: 'd8d61c941c333a147edffdcbdc9964dc0c0962f5'
additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
vcpkgGitCommitId: '36fb23307e10cc6ffcec566c46c4bb3f567c82c6'
appendedCacheKey: ${{ matrix.arch }}-${{ hashFiles( '**/vcpkg.json' ) }}
- name: Run CMake with vcpkg.json manifest