Skip to content

Commit

Permalink
Try vs build tools instead
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp authored Jun 7, 2024
1 parent 9079647 commit 34677da
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_wheels_release_python312test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,8 @@ jobs:

steps:

- name: Uninstall VS2022
run: choco uninstall visualstudio2022enterprise
if: runner.os == 'Windows'
- name: Install VS2022 17.9
run: choco install visualstudio2022enterprise --version=117.9.7.0
- name: Install VS Build Tools 17.9
run: choco install -y visualstudio2022buildtools --version=117.9.7.0 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/180911598_-255012421/channel"
if: runner.os == 'Windows'

# Free disk space
Expand Down

0 comments on commit 34677da

Please sign in to comment.