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 3583520 commit 93b87d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Download and install Visual Studio Installer
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 "--wait --add Microsoft.VisualStudio.Workload.UniversalBuildTools --add Microsoft.VisualStudio.Component.VC.Llvm.Clang --includeRecommended --norestart" -NoNewWindow -Wait
Invoke-WebRequest -Uri "https://aka.ms/vs/17/release/vs_buildtools.exe" -OutFile "$env:RUNNER_TEMP\vs_buildtools.exe"
Start-Process -FilePath "$env:RUNNER_TEMP\vs_buildtools.exe" -ArgumentList "--wait --add Microsoft.VisualStudio.Workload.UniversalBuildTools --add Microsoft.VisualStudio.Workload.MSBuildTools --add Microsoft.VisualStudio.Workload.VCTool --add Microsoft.VisualStudio.Workload.UniversalBuildTools --add Microsoft.VisualStudio.Component.Windows11SDK.22000 --includeRecommended --includeOptional --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 93b87d0

Please sign in to comment.