Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Jan 3, 2025
1 parent 9a40952 commit a3e3810
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 @@ -40,7 +40,7 @@ jobs:
if: matrix.os == 'windows-11-preview_aarch64'
run: |
Invoke-WebRequest -Uri "https://aka.ms/vs/17/release/vs_community.exe" -OutFile "$env:RUNNER_TEMP\vs_community.exe"
Start-Process -FilePath "$env:RUNNER_TEMP\vs_community.exe" -ArgumentList "--quiet --wait --add Microsoft.VisualStudio.Workload.ManagedDesktop --includeRecommended --passive --norestart" -NoNewWindow -Wait
Start-Process -FilePath "$env:RUNNER_TEMP\vs_installer.exe" -ArgumentList "--quiet --wait --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.Tools.arm64 --add Microsoft.VisualStudio.Component.Windows10SDK.arm64 --includeRecommended --norestart" -NoNewWindow -Wait
Write-Host "Visual Studio installation complete."
- name: Install Rust (nightly, aarch64)
if: matrix.os == 'windows-11-preview_aarch64'
Expand Down

0 comments on commit a3e3810

Please sign in to comment.