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 3017cf9 commit 9f6b4ac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,9 @@ jobs:
shell: powershell
run: |
$progressPreference = 'silentlyContinue'
$packages = @(
'https://aka.ms/vs/16/release/vc_redist.arm64.exe',
,
'${{github.workspace}}/Microsoft.UI.Xaml.2.8.arm64.appx'
)
Invoke-WebRequest -Uri 'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx' -OutFile "${{github.workspace}}/Microsoft.VCLibs.arm64.14.00.Desktop.appx" -UseBasicParsing
Invoke-WebRequest -Uri 'https://aka.ms/vs/16/release/vc_redist.arm64.exe' -OutFile "${{github.workspace}}/vc_redist.arm64.exe" -UseBasicParsing
Start-Process -FilePath "${{github.workspace}}/vc_redist.arm64.exe" -ArgumentList "/install", "/quiet", "/norestart" -Wait
Add-AppxPackage Microsoft.VCLibs.arm64.14.00.Desktop.appx
Add-AppxPackage Microsoft.UI.Xaml.2.8.arm64.appx
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Expand Down

0 comments on commit 9f6b4ac

Please sign in to comment.