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 47b7c69 commit 8d3e8c7
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 @@ -87,7 +87,7 @@ jobs:
}
Write-Host "Updating packages..."
winget update --all --silent
winget upgrade --all --accept-package-agreements --accept-source-agreements --disable-interactivity --silent
Write-Host "Installing nushell..."
winget install Nushell.Nushell --architecture arm64 --override "ALLUSERS=1" --accept-package-agreements --accept-source-agreements --disable-interactivity --silent
Expand Down

0 comments on commit 8d3e8c7

Please sign in to comment.