diff --git a/scripts/git_checkout.ps1 b/scripts/git_checkout.ps1 index d46b0bf..086889e 100644 --- a/scripts/git_checkout.ps1 +++ b/scripts/git_checkout.ps1 @@ -23,5 +23,5 @@ if (Test-Path -PathType Container .git){ # TODO: in case of errors: delete folder and clone } else { Write-Output "performing git clone..." - git clone --depth 1 https://github.com/llvm/llvm-project 2>&1 + git clone -q --depth 1 https://github.com/llvm/llvm-project 2>&1 } \ No newline at end of file