Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Nov 27, 2024
1 parent 889b5ef commit 652ba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install MSVC v14.39 toolset
run: |
Invoke-WebRequest -Uri "https://aka.ms/vs/17/release/vs_buildtools.exe" -OutFile "vs_buildtools17.exe"
Start-Process -FilePath ".\vs_buildtools15.exe" -ArgumentList `
Start-Process -FilePath ".\vs_buildtools17.exe" -ArgumentList `
"--quiet", "--wait", "--norestart", "--nocache", `
"--add", "Microsoft.VisualStudio.Component.VC.14.39.17.9.x86.x64" -WindowStyle Hidden -Wait
Expand Down

0 comments on commit 652ba5a

Please sign in to comment.