Skip to content

Commit a187d1c

Browse files
chore(deps): update vcpkg digest to 4c06b6d
1 parent da51cc4 commit a187d1c

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install vcpkg
5050
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
5151
with:
52-
vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4
52+
vcpkgGitCommitId: 4c06b6dc7ea5d56984a6fb90c4a7b2d23ed5aecc
5353
- name: Install dependencies
5454
run: ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
5555
- name: configure OpenVPN with cmake
@@ -83,7 +83,7 @@ jobs:
8383
- name: Restore from cache and install vcpkg
8484
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
8585
with:
86-
vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4
86+
vcpkgGitCommitId: 4c06b6dc7ea5d56984a6fb90c4a7b2d23ed5aecc
8787
vcpkgJsonGlob: '**/mingw/vcpkg.json'
8888

8989
- name: Run CMake with vcpkg.json manifest
@@ -270,7 +270,7 @@ jobs:
270270
- name: Restore artifacts, or setup vcpkg (do not install any package)
271271
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
272272
with:
273-
vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4
273+
vcpkgGitCommitId: 4c06b6dc7ea5d56984a6fb90c4a7b2d23ed5aecc
274274
vcpkgJsonGlob: '**/windows/vcpkg.json'
275275

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

0 commit comments

Comments
 (0)