mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-30 21:26:49 +02:00
update build WindowsXPKg step (#38)
This commit is contained in:
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@@ -18,11 +18,12 @@ jobs:
|
||||
- name: Setup MSBuild
|
||||
uses: microsoft/setup-msbuild@v1
|
||||
|
||||
- name: Configure WindowsXPKg
|
||||
uses: threeal/cmake-action@v1.2.0
|
||||
|
||||
- name: Build WindowsXPKg
|
||||
run: |
|
||||
cd build
|
||||
cmake ../
|
||||
msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
||||
working-directory: build
|
||||
run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
||||
|
||||
- name: Copy files and clean up output directory
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user