@@ -52,13 +52,13 @@ jobs:
52
52
uses : actions/checkout@v4
53
53
54
54
- name : Restore from cache and install vcpkg
55
- uses : lukka/run-vcpkg@v11
55
+ uses : lukka/run-vcpkg@v11.5
56
56
with :
57
57
vcpkgGitCommitId : 8d3649ba34aab36914ddd897958599aa0a91b08e
58
58
vcpkgJsonGlob : ' **/mingw/vcpkg.json'
59
59
60
60
- name : Run CMake with vcpkg.json manifest
61
- uses : lukka/run-cmake@v10
61
+ uses : lukka/run-cmake@v10.7
62
62
with :
63
63
configurePreset : mingw-${{ matrix.arch }}
64
64
buildPreset : mingw-${{ matrix.arch }}
@@ -274,26 +274,26 @@ jobs:
274
274
runs-on : windows-latest
275
275
steps :
276
276
- uses : actions/checkout@v4
277
- - uses : lukka/get-cmake@latest
277
+ - uses : lukka/get-cmake@v3.30.1
278
278
279
279
- name : Install rst2html
280
280
run : python -m pip install --upgrade pip docutils
281
281
282
282
- name : Restore artifacts, or setup vcpkg (do not install any package)
283
- uses : lukka/run-vcpkg@v11
283
+ uses : lukka/run-vcpkg@v11.5
284
284
with :
285
285
vcpkgGitCommitId : 8d3649ba34aab36914ddd897958599aa0a91b08e
286
286
vcpkgJsonGlob : ' **/windows/vcpkg.json'
287
287
288
288
- name : Run CMake with vcpkg.json manifest (NO TESTS)
289
- uses : lukka/run-cmake@v10
289
+ uses : lukka/run-cmake@v10.7
290
290
if : ${{ matrix.arch == 'arm64' }}
291
291
with :
292
292
configurePreset : win-${{ matrix.arch }}-release
293
293
buildPreset : win-${{ matrix.arch }}-release
294
294
295
295
- name : Run CMake with vcpkg.json manifest
296
- uses : lukka/run-cmake@v10
296
+ uses : lukka/run-cmake@v10.7
297
297
if : ${{ matrix.arch != 'arm64' }}
298
298
with :
299
299
configurePreset : win-${{ matrix.arch }}-release
@@ -344,6 +344,7 @@ jobs:
344
344
uses : actions/checkout@v4
345
345
with :
346
346
path : libressl
347
+ # versioning=semver-coerced
347
348
repository : libressl/portable
348
349
ref : v3.8.3
349
350
- name : " libressl: autogen.sh"
@@ -403,6 +404,7 @@ jobs:
403
404
uses : actions/checkout@v4
404
405
with :
405
406
path : mbedtls
407
+ # versioning=semver-coerced
406
408
repository : Mbed-TLS/mbedtls
407
409
ref : v3.5.2
408
410
- name : " mbedtls: make no_test"
0 commit comments