From 80ee1256e72e70aa208a2f95b3f64bc7da8510d0 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 21 May 2020 18:35:44 +0200 Subject: [PATCH] Github Action : Change base cache key --- .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 6dbe631476..c338c2d248 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -73,7 +73,7 @@ jobs: uses: actions/cache@v1 with: path: ${{ env.BUILDCACHE_DIR }} - key: ${{ matrix.config.name }}-cache-${{ steps.cache_timestamp_string.outputs.timestamp }} + key: ${{ matrix.config.name }}-cache-v01-${{ steps.cache_timestamp_string.outputs.timestamp }} # restore-keys: ${{ matrix.config.name }}-cache- - name: Create Folder for buildcache run: New-Item ${{ env.BUILDCACHE_DIR }} -ItemType "directory" -Force