👷 Fixed qt caching attempt 2 (#3587)
This commit is contained in:
@@ -50,9 +50,7 @@ jobs:
|
|||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
aqtversion: '==1.1.1'
|
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
extra: --external 7z
|
|
||||||
version: ${{ matrix.qt-version }}
|
version: ${{ matrix.qt-version }}
|
||||||
dir: "${{ github.workspace }}/qt/"
|
dir: "${{ github.workspace }}/qt/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user