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 5f675b3 commit beee637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
Log "Starting installation of $($_.Name)..."
try {
& $_.Action > $null 2>&1
Log "$($_.Name) installation completed."
Log "$_.Name installation completed."
} catch {
Log "Failed to install $($_.Name)." -Level "ERROR"
Log "Failed to install $_.Name" -Level "ERROR"
}
}
Expand Down

0 comments on commit beee637

Please sign in to comment.