Skip to content

Commit a251548

Browse files
committed
debug
It seems where grabbing the system OpenSLL DLLs instead of our own.
1 parent 00b2d37 commit a251548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ if %errorlevel% neq 0 exit /b 3
4747
nmake /NOLOGO
4848
if %errorlevel% neq 0 exit /b 3
4949

50+
nmake run ARGS="-r ""var_dump(getenv('PATH'));"""
51+
nmake run ARGS="-r ""var_dump(exec('where libcrypto-3-x64.dll'));"""
52+
5053
exit /b 0

0 commit comments

Comments
 (0)