From 9bf6af8ce582d312968e5dca3516f637cddaa5ca Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 30 Mar 2023 18:34:55 -0400 Subject: [PATCH] Fix issue with cls command on gh-actions. --- scripts/build.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 0815802..b7c92de 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -17,6 +17,11 @@ foreach ( $arg in $args ) #region Regular Build +if ($Host.UI.SupportsVirtualTerminal) +{ + cls +} + write-host "Building project`n" $path_root = git rev-parse --show-toplevel