mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-09 04:18:39 +08:00
GHA CI: work around error when installing Qt
This is to (temporarily) work around CI errors at jurplel/install-qt-action. Upstream issue: https://github.com/jurplel/install-qt-action/issues/130 Original PR #16767. PR #16780.
This commit is contained in:
parent
011ac90a52
commit
f8d9f70e7f
1
.github/workflows/ci_macos.yaml
vendored
1
.github/workflows/ci_macos.yaml
vendored
@ -48,6 +48,7 @@ jobs:
|
|||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
|
setup-python: false
|
||||||
version: ${{ matrix.qt_version }}
|
version: ${{ matrix.qt_version }}
|
||||||
|
|
||||||
- name: Install libtorrent
|
- name: Install libtorrent
|
||||||
|
Loading…
Reference in New Issue
Block a user