Skip to content

Commit 2dbbe6d

Browse files
committed
chore: use nushell in ci
1 parent 9addd0e commit 2dbbe6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ jobs:
9393
}
9494
}
9595
96-
$nugetUrl = "https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/"
96+
$nugetUrl = "https://www.nuget.org/api/v2/package/Microsoft.UI.Xaml/2.8.0/"
9797
9898
Install-Package -packageUrl $nugetUrl -packageName "Microsoft.UI.Xaml"
9999
Install-Package -packageName "Microsoft.DesktopAppInstaller_8wekyb3d8bbwe"
100-
101100
Repair-WinGetPackageManager -IncludePrerelease
102101
winget install nushell --accept-package-agreements --accept-source-agreements
103102

0 commit comments

Comments
 (0)