chore(deps): update vcpkg digest to 6d7bf7e

This commit is contained in:
OpenVPN Renovate 2026-02-01 03:15:12 +00:00
parent 706fcc7d1a
commit ee6f3d4fb9

View file

@ -49,7 +49,7 @@ jobs:
- name: Install vcpkg
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
with:
vcpkgGitCommitId: 6d332a018c433fad20822ff4b536e4ccdc3413bd
vcpkgGitCommitId: 6d7bf7ef2193e2d1c5798a5ff8811d533104c861
- name: Install dependencies
run: ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
- name: configure OpenVPN with cmake
@ -84,7 +84,7 @@ jobs:
- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
with:
vcpkgGitCommitId: 6d332a018c433fad20822ff4b536e4ccdc3413bd
vcpkgGitCommitId: 6d7bf7ef2193e2d1c5798a5ff8811d533104c861
vcpkgJsonGlob: '**/mingw/vcpkg.json'
- name: Run CMake with vcpkg.json manifest
@ -274,7 +274,7 @@ jobs:
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
with:
vcpkgGitCommitId: 6d332a018c433fad20822ff4b536e4ccdc3413bd
vcpkgGitCommitId: 6d7bf7ef2193e2d1c5798a5ff8811d533104c861
vcpkgJsonGlob: '**/windows/vcpkg.json'
- name: Run CMake with vcpkg.json manifest (NO TESTS)