Change the Qt cache key because the cache seems corrupted

This commit is contained in:
Olivier Goffart 2020-12-08 12:44:34 +01:00
parent 609c2aa1ae
commit 1bcc11e092

View file

@ -39,7 +39,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: ../Qt path: ../Qt
key: ${{ runner.os }}-${{ github.job }}-QtCache-5.12.9 key: ${{ runner.os }}-${{ github.job }}-Qt-5.12.9
- name: Install Qt - name: Install Qt
if: matrix.os != 'windows-latest' if: matrix.os != 'windows-latest'
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2