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"