Skip to content

Commit

Permalink
Attempt to uninstall VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp authored Jun 7, 2024
1 parent 9168173 commit 9079647
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_wheels_release_python312test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ jobs:

steps:

- run: choco upgrade visualstudio2022enterprise --version=117.9.7.0
- 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
if: runner.os == 'Windows'

# Free disk space
Expand Down

0 comments on commit 9079647

Please sign in to comment.