ci: Delete no longer needed workaround

It was necessary at some point during the development of the CMake
staging branch.
pull/30777/head
Hennadii Stepanov 2 months ago
parent 96b0a8f858
commit 74da8cb286
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -146,10 +146,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Remove non-MSVC tool installations
run: |
Remove-Item -Path "$env:ProgramFiles/CMake" -Recurse -Force
- name: Configure Developer Command Prompt for Microsoft Visual C++
# Using microsoft/setup-msbuild is not enough.
uses: ilammy/msvc-dev-cmd@v1

Loading…
Cancel
Save