Cache entire vcpkg folder

This commit is contained in:
Koen
2025-10-02 15:13:54 +02:00
parent 9b8cea2fca
commit 840f0a3565
+2 -2
View File
@@ -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