From ca3975f7bb762ca38c2b2c7c30056635517df398 Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Sun, 9 Feb 2025 13:04:17 +0100 Subject: [PATCH] Use QEMU (Raspberry Pi only) --- .github/workflows/qt5_6.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index acd140e4..607e4ca0 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -73,6 +73,10 @@ jobs: fi echo '::endgroup::' + - name: 🛠️ Set up QEMU (Raspberry Pi only) + if: matrix.os.platform == 'rpi' + uses: docker/setup-qemu-action@v3 + - name: 👷 Build shell: bash run: ./.github/scripts/build.sh @@ -121,11 +125,6 @@ jobs: brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true echo '::endgroup::' - - name: Temporarily downgrade CMake to 3.28.3 # Please remove if GitHub has updated Cmake (greater than 3.30.0) - uses: jwlawson/actions-setup-cmake@v2 - with: - cmake-version: '3.28.3' - - name: 👷 Build shell: bash run: ./.github/scripts/build.sh