From f8d9f70e7f90cac13172ff9f5b21531a048f59e5 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 31 Mar 2022 13:15:46 +0800 Subject: [PATCH] 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. --- .github/workflows/ci_macos.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 692dc3384..604180956 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -48,6 +48,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v2 with: + setup-python: false version: ${{ matrix.qt_version }} - name: Install libtorrent