Skip to content

Commit

Permalink
chore: improve ci powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent 3fae7c5 commit 9fd84b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
Log "Starting installation of $($dep.Name)..."
try {
& $dep.Action | Out-Null
Start-Process $dep.Action -RedirectStandardOutput $null -NoNewWindow -Wait
Log "$($dep.Name) installation completed."
} catch {
Log "An error occurred while installing $($dep.Name): $_" "ERROR"
Expand Down

0 comments on commit 9fd84b9

Please sign in to comment.