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 27da04d commit 9294f3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
"deps\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
)
Write-Host "Installing dependencies..."
$packages | ForEach-Object {
Write-Host "Installing dependencies..."
Write-Host "Installing package: $(Split-Path $_ -LeafBase)"
Add-AppxPackage $_ -Verbose
}
Expand Down

0 comments on commit 9294f3c

Please sign in to comment.