From 01bd334e967d476c1f6feb50b9ab67b239b6b7ab Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 8 Oct 2024 22:54:49 +0200 Subject: [PATCH 1/2] CI: Move install-qt-action from v3 to v4 Needed to avoid a warning on macOS. --- .github/workflows/android.yml | 2 +- .github/workflows/macOS.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0ea94575..3ba9da4f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,7 +35,7 @@ jobs: add-to-path: false - name: Install Qt - uses: jurplel/install-qt-action@43ec12788e42f375acfcb2cec059edfb9572fbaa # v3 + uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 # v4 with: version: '5.15.2' host: 'linux' diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 71a2f53d..a1755dda 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -24,7 +24,7 @@ jobs: submodules: 'recursive' - name: Install Qt - uses: jurplel/install-qt-action@43ec12788e42f375acfcb2cec059edfb9572fbaa # v3 + uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 # v4 with: target: desktop setup-python: false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6a5437b1..27bca356 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -26,7 +26,7 @@ jobs: submodules: 'recursive' - name: Install Qt - uses: jurplel/install-qt-action@43ec12788e42f375acfcb2cec059edfb9572fbaa # v3 + uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 # v4 with: version: '5.15.2' host: 'windows' From 119a83f44e289bf7e59213a35ec8a5e57553ddd5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 8 Oct 2024 22:59:47 +0200 Subject: [PATCH 2/2] 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: |