Skip to content

Commit

Permalink
chore: use nushell in ci
Browse files Browse the repository at this point in the history
oberrich committed Jan 10, 2025
1 parent dc3ff8e commit 21bd9c9
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
@@ -90,7 +90,7 @@ jobs:
Write-Host "Upgrading dependencies..."
winget upgrade --all --accept-source-agreements --accept-package-agreements
Write-Host "Installing nushell..."
winget install -e --id Nushell.Nushell -v 0.94.0 --accept-package-agreements --accept-source-agreements --silent
winget install -e --id Nushell.Nushell -v 0.101.0 --accept-package-agreements --accept-source-agreements --silent
- name: Use nushell
if: matrix.os == 'windows-11-preview_aarch64'
run: |

0 comments on commit 21bd9c9

Please sign in to comment.