Skip to content

Commit 162ba66

Browse files
chore(deps): update vcpkg digest to 4543813
1 parent 309c233 commit 162ba66

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: 4543813d819787add68d278b9077fe157d032974
5353
- name: Install dependencies
5454
run: ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
5555
- name: configure OpenVPN with cmake
@@ -84,7 +84,7 @@ jobs:
8484
- name: Restore from cache and install vcpkg
8585
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
8686
with:
87-
vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4
87+
vcpkgGitCommitId: 4543813d819787add68d278b9077fe157d032974
8888
vcpkgJsonGlob: '**/mingw/vcpkg.json'
8989

9090
- name: Run CMake with vcpkg.json manifest
@@ -272,7 +272,7 @@ jobs:
272272
- name: Restore artifacts, or setup vcpkg (do not install any package)
273273
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
274274
with:
275-
vcpkgGitCommitId: 3bbc2809d3625cb83a0d7cbd413bd6ad769d46d4
275+
vcpkgGitCommitId: 4543813d819787add68d278b9077fe157d032974
276276
vcpkgJsonGlob: '**/windows/vcpkg.json'
277277

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

0 commit comments

Comments
 (0)