From 119a83f44e289bf7e59213a35ec8a5e57553ddd5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 8 Oct 2024 22:59:47 +0200 Subject: [PATCH] CI: macOS: Disable setup-python: false for now It's broken ATM. --- .github/workflows/macOS.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index a1755dda..4f907548 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -27,7 +27,8 @@ jobs: uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 # v4 with: target: desktop - setup-python: false + # Broken: https://github.com/jurplel/install-qt-action/issues/239 + # setup-python: false - name: Build firebird-emu Qt on macOS run: |