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 6df93d4 commit 70593c2
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 @@ -26,7 +26,7 @@ jobs:
if: matrix.os == 'windows-11-preview_aarch64'
run: |
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 "--add Microsoft.VisualStudio.Component.Clang --add Microsoft.VisualStudio.Component.VC.tools.arm64 --includeRecommended --norestart --wait" -NoNewWindow -Wait
Start-Process -FilePath "$env:RUNNER_TEMP\vs_buildtools.exe" -ArgumentList "--add Microsoft.VisualStudio.Component.Clang", "--add Microsoft.VisualStudio.Component.VC.Tools.ARM64", "--includeRecommended, "--norestart", "--wait" -NoNewWindow -PassThru
Write-Host "Visual Studio installation complete."
- name: Download and install Git for Windows (ARM64)
if: matrix.os == 'windows-11-preview_aarch64'
Expand Down

0 comments on commit 70593c2

Please sign in to comment.