Adjust windows build CI

This commit is contained in:
crazywhalecc
2024-10-04 18:20:25 +08:00
committed by Jerry Ma
parent c09bf1e878
commit 83ab430b9a
4 changed files with 8 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ use ZM\Logger\ConsoleLogger;
define('WORKING_DIR', getcwd());
define('ROOT_DIR', dirname(__DIR__, 2));
putenv('WORKING_DIR=' . WORKING_DIR);
putenv('ROOT_DIR=' . ROOT_DIR);
// CLI start time
define('START_TIME', microtime(true));