Skip to content

Commit f71be5c

Browse files
chore(deps): update vcpkg digest to 2cbe970
1 parent 9ecaf24 commit f71be5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install vcpkg
5959
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
6060
with:
61-
vcpkgGitCommitId: 856505bb767458c99d8e3c3ed441f59a058d3687
61+
vcpkgGitCommitId: 2cbe970e2c987a55848ba3c6b1c1d285f220159e
6262
- name: Install dependencies
6363
run: ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
6464
- name: configure OpenVPN with cmake
@@ -92,7 +92,7 @@ jobs:
9292
- name: Restore from cache and install vcpkg
9393
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
9494
with:
95-
vcpkgGitCommitId: 856505bb767458c99d8e3c3ed441f59a058d3687
95+
vcpkgGitCommitId: 2cbe970e2c987a55848ba3c6b1c1d285f220159e
9696
vcpkgJsonGlob: '**/mingw/vcpkg.json'
9797

9898
- name: Run CMake with vcpkg.json manifest
@@ -284,7 +284,7 @@ jobs:
284284
- name: Restore artifacts, or setup vcpkg (do not install any package)
285285
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
286286
with:
287-
vcpkgGitCommitId: 856505bb767458c99d8e3c3ed441f59a058d3687
287+
vcpkgGitCommitId: 2cbe970e2c987a55848ba3c6b1c1d285f220159e
288288
vcpkgJsonGlob: '**/windows/vcpkg.json'
289289

290290
- name: Run CMake with vcpkg.json manifest (NO TESTS)

0 commit comments

Comments
 (0)