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 b27d860 commit c5ca0fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
repository: 'microsoft/microsoft-ui-xaml'
tag: 'v2.8.6'
filename: 'Microsoft.UI.Xaml.2.8.arm64.appx'
out-file-path: 'deps'
out-file-path: 'deps/Microsoft.UI.Xaml.2.8.arm64.appx'
- name: "Install nushell"
if: matrix.os == 'windows-11-preview_aarch64'
shell: powershell
Expand All @@ -73,7 +73,6 @@ jobs:
Add-AppxPackage deps/Microsoft.UI.Xaml.2.8.arm64.appx
Add-AppxPackage deps/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Repair-WinGetPackageManager -IncludePrerelease
winget install nushell --accept-package-agreements --accept-source-agreements
- name: Use nushell
Expand Down

0 comments on commit c5ca0fe

Please sign in to comment.