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 a251548 commit 56914c2Copy full SHA for 56914c2
.github/scripts/windows/build_task.bat
@@ -25,6 +25,8 @@ if not exist "%DEPS_DIR%" (
25
)
26
if %errorlevel% neq 0 exit /b 3
27
28
+dir %DEPS_DIR%\bin
29
+
30
cmd /c buildconf.bat --force
31
32
@@ -48,6 +50,6 @@ nmake /NOLOGO
48
50
49
51
52
nmake run ARGS="-r ""var_dump(getenv('PATH'));"""
-nmake run ARGS="-r ""var_dump(exec('where libcrypto-3-x64.dll'));"""
53
+nmake run ARGS="-r ""var_dump(shell_exec('where libcrypto-3-x64.dll'));"""
54
55
exit /b 0
0 commit comments