From aebafd47fdbc470795fc6362ea2331b8ada6f703 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 2 Aug 2021 19:42:39 +0200 Subject: [PATCH] Update ResInsightWithCache.yml --- .github/workflows/ResInsightWithCache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index 814c545985..170bd91eac 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -152,7 +152,7 @@ jobs: vcpkgArguments: '@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}' vcpkgDirectory: '${{ github.workspace }}/ThirdParty/vcpkg' # Ensure the cache key changes any time the content of the response file changes. - appendedCacheKey: cache-key-v2 + appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-cache-key-v2 - name: Cache dynamic version of OpenSSL (Linux) if: "contains( matrix.config.os, 'ubuntu_disabled')"