We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5333428 commit ca3975fCopy full SHA for ca3975f
.github/workflows/qt5_6.yml
@@ -73,6 +73,10 @@ jobs:
73
fi
74
echo '::endgroup::'
75
76
+ - name: 🛠️ Set up QEMU (Raspberry Pi only)
77
+ if: matrix.os.platform == 'rpi'
78
+ uses: docker/setup-qemu-action@v3
79
+
80
- name: 👷 Build
81
shell: bash
82
run: ./.github/scripts/build.sh
@@ -121,11 +125,6 @@ jobs:
121
125
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true
122
126
123
127
124
- - 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'
128
-
129
130
131
0 commit comments