Fix issue with cls command on gh-actions.

This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:34:55 -04:00
parent 20dd92a684
commit 9bf6af8ce5

View File

@ -17,6 +17,11 @@ foreach ( $arg in $args )
#region Regular Build #region Regular Build
if ($Host.UI.SupportsVirtualTerminal)
{
cls
}
write-host "Building project`n" write-host "Building project`n"
$path_root = git rev-parse --show-toplevel $path_root = git rev-parse --show-toplevel