We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b2d37 commit a251548Copy full SHA for a251548
.github/scripts/windows/build_task.bat
@@ -47,4 +47,7 @@ if %errorlevel% neq 0 exit /b 3
47
nmake /NOLOGO
48
if %errorlevel% neq 0 exit /b 3
49
50
+nmake run ARGS="-r ""var_dump(getenv('PATH'));"""
51
+nmake run ARGS="-r ""var_dump(exec('where libcrypto-3-x64.dll'));"""
52
+
53
exit /b 0
0 commit comments