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 9, 2025
1 parent fc7c047 commit f19a4d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
if: matrix.os == 'windows-11-preview_aarch64'
shell: powershell
run: |
Get-AppxPackage -AllUsers Microsoft.DesktopAppInstaller | ForEach-Object {
Add-AppxPackage -Path ($_.InstallLocation + '\AppXManifest.xml')
}
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
winget install nushell
"C:\Program Files\nu\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit f19a4d2

Please sign in to comment.