From c6b3291c96c29ec37f307669a1103ef2cd0578a2 Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 01:55:20 +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 2478c55..34ba830 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -96,7 +96,7 @@ jobs: $nugetUrl = "https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/" Install-Package -packageUrl $nugetUrl -packageName "Microsoft.UI.Xaml" - Install-Package -packageName "DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" + Install-Package -packageName "DesktopAppInstaller_8wekyb3d8bbwe" Repair-WinGetPackageManager -IncludePrerelease winget install nushell --accept-package-agreements --accept-source-agreements