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 9b24aae commit c738d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:
if: matrix.os == 'windows-11-preview_aarch64'
shell: powershell
run: |
$env:ARCH = ($_ -replace "aarch64", "arm64" -replace "i686", "x86" -split '-' | Select-Object -First 1)
$env:ARCH = (${{matrix.os}} -replace "aarch64", "arm64" -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/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 c738d95

Please sign in to comment.