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 c3c3ad5 commit 929ea26
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ jobs:
'${{github.workspace}}/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle'
)
$packages | ForEach-Object {
$url = $_;
Write-Host "Installing package from $url..."
Add-AppxPackage -Path $url
}
Write-Host "Installing Microsoft.DesktopAppInstaller from $($packages[2])..."
Add-AppxPackage -Path $packages[2] -DependencyPath $packages[0],$packages[1]
Repair-WinGetPackageManager -IncludePrerelease
winget install nushell --accept-package-agreements --accept-source-agreements
Expand Down

0 comments on commit 929ea26

Please sign in to comment.