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 a193764 commit a6817cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
)
$packages | ForEach-Object {
Write-Host "Installing package: $(Split-Path $_ -LeafBase)"
Write-Host "Installing package: $(Split-Path $_ -Leaf)"
Add-AppxPackage $_ -Verbose
}
Expand Down

0 comments on commit a6817cc

Please sign in to comment.