Skip to content

Commit ca3975f

Browse files
Use QEMU (Raspberry Pi only)
1 parent 5333428 commit ca3975f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/qt5_6.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
fi
7474
echo '::endgroup::'
7575
76+
- name: 🛠️ Set up QEMU (Raspberry Pi only)
77+
if: matrix.os.platform == 'rpi'
78+
uses: docker/setup-qemu-action@v3
79+
7680
- name: 👷 Build
7781
shell: bash
7882
run: ./.github/scripts/build.sh
@@ -121,11 +125,6 @@ jobs:
121125
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true
122126
echo '::endgroup::'
123127
124-
- name: Temporarily downgrade CMake to 3.28.3 # Please remove if GitHub has updated Cmake (greater than 3.30.0)
125-
uses: jwlawson/actions-setup-cmake@v2
126-
with:
127-
cmake-version: '3.28.3'
128-
129128
- name: 👷 Build
130129
shell: bash
131130
run: ./.github/scripts/build.sh

0 commit comments

Comments
 (0)