mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[.github] build notepad
This commit is contained in:
parent
916eaf4703
commit
8d696259e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
run: cmake --build build --target subsystems/all
|
run: cmake --build build --target subsystems/all
|
||||||
- name: Build some applications (arm64)
|
- name: Build some applications (arm64)
|
||||||
if: ${{ matrix.arch == '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
|
- name: Upload compiled binaries
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue