Skip to content

Commit

Permalink
fix visual studio installer for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
EricApostal committed Dec 19, 2024
1 parent 0c73451 commit 14c3be3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Cleanup Visual Studio Installer
continue-on-error: true
run: |
& "C:\Program Files (x86)\Microsoft Visual Studio\Installer\InstallCleanup.exe"
shell: pwsh
# - name: Cleanup Visual Studio Installer
# continue-on-error: true
# run: |
# & "C:\Program Files (x86)\Microsoft Visual Studio\Installer\InstallCleanup.exe"
# shell: pwsh

# - name: Install Visual Studio 2022 Enterprise
# run: |
Expand Down

0 comments on commit 14c3be3

Please sign in to comment.