mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
CI: use cache v2 (and bust cache) (#1747)
This commit is contained in:
parent
0e564065ba
commit
8e202c3755
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue