From 3951b891c130a9bd541752f2ca47e46781296b03 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 29 Mar 2022 11:08:50 +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 --- .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 82b2afad0..ae67754ac 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -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