attempt to use the correct path for the custom DOS stub
This commit is contained in:
parent
ac2122ffd4
commit
3d0e06e4a5
|
@ -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