From aa5bfc1d67f12f6be260bd2c31fbaa265961d659 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 2 Aug 2021 07:35:35 +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 e91656e9c4..a42d2881ec 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: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-v01 + appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-cache-v2 - name: Cache dynamic version of OpenSSL (Linux) if: "contains( matrix.config.os, 'ubuntu_disabled')"