Build uefildr in github actions

This commit is contained in:
Justin Miller 2023-09-27 14:10:14 -07:00
parent 27acaf6fee
commit 9cad2bebeb

View file

@ -52,7 +52,7 @@ jobs:
run: cmake --build build --target subsystems/all
- name: Build some applications (arm64)
if: ${{ matrix.arch == 'arm64' }}
run: cmake --build build --target calc magnify mstsc notepad osk regedit taskmgr winmine wordpad base/applications/screensavers/all -- -k0
run: cmake --build build --target uefildr calc magnify mstsc notepad osk regedit taskmgr winmine wordpad base/applications/screensavers/all -- -k0
- name: Upload compiled binaries
uses: actions/upload-artifact@v3
with: