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 8cc0c24 commit ede3c7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ jobs:
Add-AppxPackage $_ -Verbose
}
Write-Host "Updating packages..."
winget upgrade --all --accept-package-agreements --accept-source-agreements --disable-interactivity --silent
Write-Host "Installing nushell..."
winget install --scope machine -e --id Nushell.Nushell --version 0.94 --architecture arm64 --override "ALLUSERS=1" --accept-package-agreements --accept-source-agreements --disable-interactivity --silent
winget install --scope machine -e --id Nushell.Nushell --version 0.95.0 --architecture arm64 --override "ALLUSERS=1" --accept-package-agreements --accept-source-agreements --disable-interactivity --silent
- name: Use nushell
if: matrix.os == 'windows-11-preview_aarch64'
Expand Down

0 comments on commit ede3c7b

Please sign in to comment.