mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-16 19:00:59 +02:00
attempt to use the correct path for the custom DOS stub
This commit is contained in:
parent
ac2122ffd4
commit
3d0e06e4a5
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- arch: Win32
|
||||
OpenSSL-File: Win32OpenSSL-3_1_1.exe
|
||||
msbuild-arch: Win32
|
||||
cmake-args: -D MSVC_MSDOS_STUB=umskt.exe
|
||||
cmake-args: -D MSVC_MSDOS_STUB=..\umskt.exe
|
||||
- arch: Win64
|
||||
OpenSSL-File: Win64OpenSSL-3_1_1.exe
|
||||
msbuild-arch: x64
|
||||
@ -75,6 +75,11 @@ jobs:
|
||||
with:
|
||||
name: UMSKT-DOS
|
||||
|
||||
- name: List build directory contents
|
||||
if: matrix.arch == 'Win32'
|
||||
run: |
|
||||
Get-ChildItem
|
||||
|
||||
- name: Configure UMSKT
|
||||
uses: threeal/cmake-action@v1.2.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user