File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
- name : Install vcpkg
59
59
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
60
60
with :
61
- vcpkgGitCommitId : 856505bb767458c99d8e3c3ed441f59a058d3687
61
+ vcpkgGitCommitId : 5a874b05fb981e2643fd0c1c9ad63e19dfe76b27
62
62
- name : Install dependencies
63
63
run : ${VCPKG_ROOT}/vcpkg install openssl lz4 cmocka
64
64
- name : configure OpenVPN with cmake
92
92
- name : Restore from cache and install vcpkg
93
93
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
94
94
with :
95
- vcpkgGitCommitId : 856505bb767458c99d8e3c3ed441f59a058d3687
95
+ vcpkgGitCommitId : 5a874b05fb981e2643fd0c1c9ad63e19dfe76b27
96
96
vcpkgJsonGlob : ' **/mingw/vcpkg.json'
97
97
98
98
- name : Run CMake with vcpkg.json manifest
@@ -284,7 +284,7 @@ jobs:
284
284
- name : Restore artifacts, or setup vcpkg (do not install any package)
285
285
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
286
286
with :
287
- vcpkgGitCommitId : 856505bb767458c99d8e3c3ed441f59a058d3687
287
+ vcpkgGitCommitId : 5a874b05fb981e2643fd0c1c9ad63e19dfe76b27
288
288
vcpkgJsonGlob : ' **/windows/vcpkg.json'
289
289
290
290
- name : Run CMake with vcpkg.json manifest (NO TESTS)
You can’t perform that action at this time.
0 commit comments