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 5d13b89 commit 49cd8aa
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
@@ -72,7 +72,7 @@ jobs:
$exePath = "$env:RUNNER_TEMP\$(Split-Path -Leaf $package)"
Write-Host "Downloading $package to $exePath..."
Invoke-WebRequest -Uri $package -OutFile $exePath
Invoke-WebRequest -Uri $package -OutFile $exePath -UseBasicParsing
Write-Host "Running EXE installer silently: $exePath"
Start-Process -FilePath $exePath -ArgumentList '/quiet', '/norestart' -Wait

0 comments on commit 49cd8aa

Please sign in to comment.