mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-12 04:27:41 +02:00
Cache entire vcpkg folder
This commit is contained in:
@@ -70,8 +70,8 @@ jobs:
|
||||
id: cache-openssl
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: C:/vcpkg/packages/openssl_x64-windows-static-md
|
||||
key: ${{ runner.os }}-build
|
||||
path: C:/vcpkg
|
||||
key: ${{ runner.os }}-vcpkg
|
||||
- if: runner.os == 'Windows' && steps.cache-openssl.outputs.cache-hit != 'true'
|
||||
name: Install OpenSSL for Windows
|
||||
run: vcpkg install openssl:x64-windows-static-md
|
||||
|
||||
Reference in New Issue
Block a user