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 b8fd902 commit be6afaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
Write-Host "Download complete."
Write-Host "Starting Visual Studio Build Tools installation..."
& "$env:RUNNER_TEMP\vs_buildtools.exe" $arguments
Start-Process -FilePath $installerPath -ArgumentList $arguments -Wait -NoNewWindow
if ($LASTEXITCODE -ne 0) {
Write-Host "Installation failed with exit code $LASTEXITCODE."
exit $LASTEXITCODE
}
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 be6afaf

Please sign in to comment.