Skip to content

Commit 3e382b8

Browse files
Update vcpkg digest to d5a87c6
1 parent 7b1b283 commit 3e382b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
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: f33cc491c85a7d643c5ab6da1667c1458e6d7abf
61+
vcpkgGitCommitId: d5a87c6bcc5d3cb3f5627bfeff977280097c719c
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: f33cc491c85a7d643c5ab6da1667c1458e6d7abf
95+
vcpkgGitCommitId: d5a87c6bcc5d3cb3f5627bfeff977280097c719c
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: f33cc491c85a7d643c5ab6da1667c1458e6d7abf
287+
vcpkgGitCommitId: d5a87c6bcc5d3cb3f5627bfeff977280097c719c
288288
vcpkgJsonGlob: '**/windows/vcpkg.json'
289289

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

0 commit comments

Comments
 (0)