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: