File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
- name : Install vcpkg
50
50
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
51
51
with :
52
- vcpkgGitCommitId : f33cc491c85a7d643c5ab6da1667c1458e6d7abf
52
+ vcpkgGitCommitId : 4b05d29edc195a420f59b9b6209cddb9b28111fc
53
53
- name : Install dependencies
54
54
run : ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
55
55
- name : configure OpenVPN with cmake
83
83
- name : Restore from cache and install vcpkg
84
84
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
85
85
with :
86
- vcpkgGitCommitId : f33cc491c85a7d643c5ab6da1667c1458e6d7abf
86
+ vcpkgGitCommitId : 4b05d29edc195a420f59b9b6209cddb9b28111fc
87
87
vcpkgJsonGlob : ' **/mingw/vcpkg.json'
88
88
89
89
- name : Run CMake with vcpkg.json manifest
@@ -275,7 +275,7 @@ jobs:
275
275
- name : Restore artifacts, or setup vcpkg (do not install any package)
276
276
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
277
277
with :
278
- vcpkgGitCommitId : f33cc491c85a7d643c5ab6da1667c1458e6d7abf
278
+ vcpkgGitCommitId : 4b05d29edc195a420f59b9b6209cddb9b28111fc
279
279
vcpkgJsonGlob : ' **/windows/vcpkg.json'
280
280
281
281
- name : Run CMake with vcpkg.json manifest (NO TESTS)
You can’t perform that action at this time.
0 commit comments