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 1f58203 commit 241efad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
Write-Host "Installing dependencies..."
$packages | ForEach-Object {
Add-AppxPackage $_
Write-Host "Installing dependencies..."
Add-AppxPackage $_ -Verbose
}
Write-Host "Upgrading dependencies..."
Expand Down

0 comments on commit 241efad

Please sign in to comment.