Use new version of aqtinstall in jobs (#2450)

This commit is contained in:
pajlada 2021-02-13 12:20:37 +01:00 committed by GitHub
parent 542022bff3
commit 435cf9a8b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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