mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
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:
parent
3433577a99
commit
734de8f9aa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
"lz4",
|
||||
"pkcs11-helper"
|
||||
],
|
||||
"builtin-baseline": "4b766c1cd17205e1b768c4fadfd5f867c1d0510e"
|
||||
"builtin-baseline": "9259a0719d94c402aae2ab7975bc096afdec15df"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue