ci: Delete no longer needed workaround

It was necessary at some point during the development of the CMake
staging branch.
This commit is contained in:
Hennadii Stepanov
2024-08-30 23:13:25 +01:00
parent 96b0a8f858
commit 74da8cb286

View File

@@ -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