From 8e202c37556ae969718d9be6e736e700be647bb1 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 21 Jun 2020 10:36:46 -0400 Subject: [PATCH] CI: use cache v2 (and bust cache) (#1747) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a27bc80..e4ea6900 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,10 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v1 + 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