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 9, 2025
1 parent 52e615d commit 60d268b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
run: |
# Get-AppxPackage -AllUsers Microsoft.DesktopAppInstaller | Foreach {Add-AppxPackage -Path $_.InstallLocation + '\AppXManifest.xml'}
Start-Process -FilePath 'msiexec.exe' -ArgumentList @(
'/i',
'/package',
"${{ github.workspace }}\nu-0.101.0-${{ matrix.target }}.msi",
'ALLUSERS="1"',
'/qb!',
'/norestart',
'/passive',
'/L*v "nu-install.log"'
) -Wait -NoNewWindow -PassThru
Expand Down

0 comments on commit 60d268b

Please sign in to comment.