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 7f6cb36 commit f01a266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
}
Write-Host "Installing nushell..."
winget install --id Nushell.Nushell --override "ALLUSERS=1" --accept-package-agreements --accept-source-agreements --disable-interactivity
winget install --id Nushell.Nushell --override "ALLUSERS=1" --accept-package-agreements --accept-source-agreements --disable-interactivity --silent
- name: Use nushell
if: matrix.os == 'windows-11-preview_aarch64'
run: |
Expand Down

0 comments on commit f01a266

Please sign in to comment.