Skip to content

Commit

Permalink
chore: use nushell in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent 13c8366 commit 2522249
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 @@ -72,7 +72,7 @@ jobs:
$installs | ForEach-Object {
if ($_.Url -ne $null) {
Write-Host "Downloading $_.Name from $_.Url..."
Write-Host "Downloading $($_.Name) from $($_.Url)..."
Invoke-WebRequest -Uri $_.Url -OutFile "${{github.workspace}}\" + (Split-Path $_.Url -Leaf)
}
Expand Down

0 comments on commit 2522249

Please sign in to comment.