Skip to content

Commit 9079647

Browse files
authored
Attempt to uninstall VS2022
1 parent 9168173 commit 9079647

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_wheels_release_python312test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ jobs:
7878

7979
steps:
8080

81-
- run: choco upgrade visualstudio2022enterprise --version=117.9.7.0
81+
- name: Uninstall VS2022
82+
run: choco uninstall visualstudio2022enterprise
83+
if: runner.os == 'Windows'
84+
- name: Install VS2022 17.9
85+
run: choco install visualstudio2022enterprise --version=117.9.7.0
8286
if: runner.os == 'Windows'
8387

8488
# Free disk space

0 commit comments

Comments
 (0)