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 c6b3291 commit 9addd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
$nugetUrl = "https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/"
Install-Package -packageUrl $nugetUrl -packageName "Microsoft.UI.Xaml"
Install-Package -packageName "DesktopAppInstaller_8wekyb3d8bbwe"
Install-Package -packageName "Microsoft.DesktopAppInstaller_8wekyb3d8bbwe"
Repair-WinGetPackageManager -IncludePrerelease
winget install nushell --accept-package-agreements --accept-source-agreements
Expand Down

0 comments on commit 9addd0e

Please sign in to comment.