Skip to content

Commit

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

0 comments on commit 22a708c

Please sign in to comment.