attempt to use the correct path for the custom DOS stub

This commit is contained in:
Neo 2023-07-09 23:40:42 -07:00
parent ac2122ffd4
commit 3d0e06e4a5

View File

@ -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: