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 67e2237 commit e77e7dc
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 @@ -60,7 +60,6 @@ jobs:
run: |
$progressPreference = 'silentlyContinue'
$packages = @(
'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx',
'${{github.workspace}}/Microsoft.UI.Xaml.2.8.arm64.appx',
'${{github.workspace}}/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle'
)
Expand All @@ -70,7 +69,7 @@ jobs:
# If it's the Desktop App Installer, install it with dependencies
if ($package -eq '${{github.workspace}}/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle') {
Add-AppxPackage -Path $package -DependencyPath 'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx', '${{github.workspace}}/Microsoft.UI.Xaml.2.8.arm64.appx'
Add-AppxPackage -Path $package -DependencyPath 'https://archive.org/download/microsoft.vclibs.140.00-14.0.29231.0-8wekyb3d8bbwe.appx/Microsoft.VCLibs.140.00_14.0.29231.0_arm64__8wekyb3d8bbwe.Appx', '${{github.workspace}}/Microsoft.UI.Xaml.2.8.arm64.appx'
}
else {
# Install the other packages without dependencies
Expand Down

0 comments on commit e77e7dc

Please sign in to comment.