mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +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
This commit is contained in:
parent
eab455422f
commit
3951b891c1
1
.github/workflows/ci_macos.yaml
vendored
1
.github/workflows/ci_macos.yaml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
setup-python: false
|
||||
version: ${{ matrix.qt_version }}
|
||||
|
||||
- name: Install libtorrent
|
||||
|
Loading…
Reference in New Issue
Block a user