From e25e4b0bfb5a3f8c62ce26b63d9733bb0bfb9fc8 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 11 Jun 2020 13:34:46 +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 9107e8c9ba..14fc5bdfcd 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -97,7 +97,7 @@ jobs: uses: actions/cache@v2 with: path: ../Qt - key: ${{ runner.os }}-QtCache + key: ${{ runner.os }}-QtCache-v2 - name: Install Qt uses: jurplel/install-qt-action@v2 with: