From 1bcc11e092764abbf8fdd955fffe88302c0d5b18 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 8 Dec 2020 12:44:34 +0100 Subject: [PATCH] Change the Qt cache key because the cache seems corrupted --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56a37d7ad..cabcf636c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/cache@v2 with: path: ../Qt - key: ${{ runner.os }}-${{ github.job }}-QtCache-5.12.9 + key: ${{ runner.os }}-${{ github.job }}-Qt-5.12.9 - name: Install Qt if: matrix.os != 'windows-latest' uses: jurplel/install-qt-action@v2