From ff1bf810d1293a8d97971753a3db820e251ce271 Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 03:51:23 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ca330c3..08a89c1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -66,9 +66,9 @@ jobs: ) Invoke-WebRequest -Uri 'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx' -OutFile "${{github.workspace}}/Microsoft.VCLibs.arm64.14.00.Desktop.appx" -UseBasicParsing - Add-AppxPackage -Path "${{github.workspace}}/Microsoft.VCLibs.arm64.14.00.Desktop.appx" - Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe - Add-AppxPackage -Path "${{github.workspace}}/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" + Add-AppxPackage Microsoft.VCLibs.x64.14.00.Desktop.appx + Add-AppxPackage Microsoft.UI.Xaml.2.8.x64.appx + Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle Repair-WinGetPackageManager -IncludePrerelease winget install nushell --accept-package-agreements --accept-source-agreements