Skip to content

Commit 56914c2

Browse files
committed
moar
1 parent a251548 commit 56914c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ if not exist "%DEPS_DIR%" (
2525
)
2626
if %errorlevel% neq 0 exit /b 3
2727

28+
dir %DEPS_DIR%\bin
29+
2830
cmd /c buildconf.bat --force
2931
if %errorlevel% neq 0 exit /b 3
3032

@@ -48,6 +50,6 @@ nmake /NOLOGO
4850
if %errorlevel% neq 0 exit /b 3
4951

5052
nmake run ARGS="-r ""var_dump(getenv('PATH'));"""
51-
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'));"""
5254

5355
exit /b 0

0 commit comments

Comments
 (0)