mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
👷 Fixed qt caching attempt 2 (#3587)
This commit is contained in:
parent
8fd3e29c23
commit
0e5f479365
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -50,9 +50,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
aqtversion: '==1.1.1'
|
||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||
extra: --external 7z
|
||||
version: ${{ matrix.qt-version }}
|
||||
dir: "${{ github.workspace }}/qt/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue