Browse Source

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
adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
3951b891c1
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      .github/workflows/ci_macos.yaml

1
.github/workflows/ci_macos.yaml

@ -53,6 +53,7 @@ jobs: @@ -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…
Cancel
Save