We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db7879 commit 2315110Copy full SHA for 2315110
1 file changed
.github/workflows/build.yml
@@ -185,6 +185,9 @@ jobs:
185
- name: Build control panel applets
186
if: ${{ matrix.arch == 'arm' }}
187
run: cmake --build build --target dll/cpl/all
188
+ - name: Build bootvid
189
+ if: ${{ matrix.arch == 'arm' }}
190
+ run: cmake --build build --target drivers/base/bootvid
191
- name: Build rosapps
192
193
run: cmake --build build --target modules/rosapps/all
0 commit comments