From 677b7820b3b55040d49eeeb1765a0767c27ca810 Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 03:44:51 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c8c35a0..0bed95e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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