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 2bb26c8 commit c61830e
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 @@ -74,8 +74,8 @@ jobs:
-replace 'i686', 'x86' `
-split '-' | Select-Object -First 1
Write-Host $env:ARCH
Add-AppxPackage "deps/$env:ARCH/Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_$env:ARCH__8wekyb3d8bbwe.Appx"
Add-AppxPackage "deps/$env:ARCH/Microsoft.UI.Xaml.2.8_8.2310.30001.0_$env:ARCH__8wekyb3d8bbwe.Appx"
Add-AppxPackage "deps/$($env:ARCH)/Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_$($env:ARCH)__8wekyb3d8bbwe.Appx"
Add-AppxPackage "deps/$($env:ARCH)/Microsoft.UI.Xaml.2.8_8.2310.30001.0_$($env:ARCH)__8wekyb3d8bbwe.Appx"
Add-AppxPackage deps/Microsoft.UI.Xaml.2.8.arm64.appx
Add-AppxPackage deps/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
winget upgrade --all --accept-source-agreements --accept-package-agreements
Expand Down

0 comments on commit c61830e

Please sign in to comment.