vcpkg: bump baseline version

This allows us to use newer versions of
dependencies, such as openssl 3.0.2 -> 3.0.5.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220820112755.285-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25042.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
Lev Stipakov 2022-08-20 14:27:55 +03:00 committed by Gert Doering
parent 3433577a99
commit 734de8f9aa
2 changed files with 2 additions and 2 deletions

View file

@ -335,7 +335,7 @@ jobs:
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: '4b766c1cd17205e1b768c4fadfd5f867c1d0510e'
vcpkgGitCommitId: '9259a0719d94c402aae2ab7975bc096afdec15df'
appendedCacheKey: '${{matrix.triplet}}'
- name: Run MSBuild consuming vcpkg.json

View file

@ -9,5 +9,5 @@
"lz4",
"pkcs11-helper"
],
"builtin-baseline": "4b766c1cd17205e1b768c4fadfd5f867c1d0510e"
"builtin-baseline": "9259a0719d94c402aae2ab7975bc096afdec15df"
}