CI: use cache v2 (and bust cache) (#1747)

This commit is contained in:
pajlada 2020-06-21 10:36:46 -04:00 committed by GitHub
parent 0e564065ba
commit 8e202c3755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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