From 747235d2b53eadd20695303cca0f343e6402e21c Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Fri, 21 Nov 2025 22:42:40 +0800 Subject: [PATCH] Revert "Fix openssl cache" This reverts commit 1fac0e3465827598c9067c49c429d14579ac0721. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f06a69..69b9c5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,7 @@ jobs: if: matrix.platform == 'windows-latest' && matrix.qt_version != '6.2.12' uses: actions/cache@v4.2.3 with: - path: ${{ env.VCPKG_INSTALLATION_ROOT }}/installed/x64-mingw-static + path: ${{ env.VCPKG_ROOT }}/installed/x64-mingw-static key: OpenSSLCache-${{ matrix.platform }}-${{ matrix.target }} - name: Install OpenSSL (Windows) if: matrix.platform == 'windows-latest' && steps.cache-openssl.outputs.cache-hit != 'true' && matrix.qt_version != '6.2.12'