[.github] build notepad

This commit is contained in:
Justin Miller 2023-09-27 14:47:04 -07:00
parent 916eaf4703
commit 8d696259e4

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 uefildr calc magnify mstsc notepad osk regedit taskmgr winmine wordpad base/applications/screensavers/all -- -k0
run: cmake --build build --target uefildr calc notepad magnify mstsc notepad osk regedit taskmgr winmine wordpad base/applications/screensavers/all -- -k0
- name: Upload compiled binaries
uses: actions/upload-artifact@v3
with: