mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Use new version of aqtinstall in jobs (#2450)
This commit is contained in:
parent
542022bff3
commit
435cf9a8b0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue