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 a0fcb43 commit 0029fbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
Log "Hash verified successfully."
} else {
Log "Hash mismatch for $($_.Name). Expected: $expected_hash, Got: $downloaded_hash" -Level "ERROR"
exit 1
}
} else {
Log "No hash specified, skipping verification."
Expand All @@ -95,7 +94,7 @@ jobs:
& $_.Action > $null 2>&1
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 0029fbd

Please sign in to comment.