From 840f0a356514ffb41477d54ffcbade08ceffb8b7 Mon Sep 17 00:00:00 2001 From: Koen Date: Thu, 2 Oct 2025 15:13:54 +0200 Subject: [PATCH] Cache entire vcpkg folder --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b591c4e..3e6ad722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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