Use new version of aqtinstall in jobs (#2450)
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
if: ${{ matrix.qt-version == 'default' }}
|
if: ${{ matrix.qt-version == 'default' }}
|
||||||
with:
|
with:
|
||||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
aqtversion: '==1.1.1'
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
extra: --external 7z
|
extra: --external 7z
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
if: ${{ matrix.qt-version != 'default' }}
|
if: ${{ matrix.qt-version != 'default' }}
|
||||||
with:
|
with:
|
||||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
aqtversion: '==1.1.1'
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
extra: --external 7z
|
extra: --external 7z
|
||||||
version: ${{ matrix.qt-version }}
|
version: ${{ matrix.qt-version }}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
aqtversion: '==1.1.1'
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
extra: --external 7z
|
extra: --external 7z
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user