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 21bd9c9 commit 1f58203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
Write-Host "Host architecture: $ARCH"
$packages = @(
"deps\$ARCH\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_$ARCH__8wekyb3d8bbwe.Appx",
"deps\$ARCH\Microsoft.UI.Xaml.2.8_8.2310.30001.0_$ARCH__8wekyb3d8bbwe.Appx",
"deps\Microsoft.UI.Xaml.2.8.$ARCH.appx",
"deps\$ARCH\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_$($ARCH)__8wekyb3d8bbwe.Appx",
"deps\$ARCH\Microsoft.UI.Xaml.2.8_8.2310.30001.0_$($ARCH)__8wekyb3d8bbwe.Appx",
"deps\Microsoft.UI.Xaml.2.8.$($ARCH).appx",
"deps\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
)
Expand Down

0 comments on commit 1f58203

Please sign in to comment.