From 197a7d17ac65e4449a8f9f6c93176e386d7a8715 Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 05:42:10 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9125e4e..75d6b68 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -87,7 +87,7 @@ jobs: } Write-Host "Installing nushell..." - 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 + winget install --scope machine -e --id Nushell.Nushell --architecture arm64 --accept-package-agreements --accept-source-agreements --disable-interactivity --silent - name: Use nushell if: matrix.os == 'windows-11-preview_aarch64'