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 adbed6f commit 274b82e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
shell: powershell
run: |
# Get-AppxPackage -AllUsers Microsoft.DesktopAppInstaller | Foreach {Add-AppxPackage -Path $_.InstallLocation + '\AppXManifest.xml'}
$msi = @{
Start-Process @{
FilePath = 'msiexec.exe'
ArgumentList = @(
'/i "${{github.workspace}}\nu-0.101.0-${{ matrix.target }}.msi" ALLUSERS="1"'
Expand All @@ -62,8 +63,7 @@ jobs:
Wait = $true
NoNewWindow = $true
}
Start-Process @msi
"C:\Program Files\nu\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Write-Host "nu installation log:"
Get-Content nu-install.log
Expand Down

0 comments on commit 274b82e

Please sign in to comment.