From 3fae7c5181dfa84e3fc53b78eb53cdf6bd6d211c Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 08:53:33 +0100 Subject: [PATCH] chore: improve ci powershell --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 064680a..9bd151b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -92,7 +92,7 @@ jobs: Log "Starting installation of $($dep.Name)..." try { - & $dep.Action + & $dep.Action | Out-Null Log "$($dep.Name) installation completed." } catch { Log "An error occurred while installing $($dep.Name): $_" "ERROR"