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 49cd8aa commit 677b782
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 @@ -75,7 +75,7 @@ jobs:
Invoke-WebRequest -Uri $package -OutFile $exePath -UseBasicParsing
Write-Host "Running EXE installer silently: $exePath"
Start-Process -FilePath $exePath -ArgumentList '/quiet', '/norestart' -Wait
Start-Process -FilePath $exePath -ArgumentList '/install', '/passive', '/norestart' -Wait -PassThru
} elseif ($package -match '\.appx$' -or $package -match '\.msixbundle$') {
Write-Host "Installing package: $package"
Add-AppxPackage -Path $package
Expand Down

0 comments on commit 677b782

Please sign in to comment.