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 066943f commit 3583520
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 @@ -33,7 +33,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.UniversalBuildTools --add Microsoft.VisualStudio.Component.VC.Llvm.Clang --includeRecommended --norestart" -NoNewWindow -Wait
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
Write-Host "Visual Studio installation complete."
- name: Install Rust (nightly, aarch64)
if: matrix.os == 'windows-11-preview_aarch64'
Expand Down

0 comments on commit 3583520

Please sign in to comment.