diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 559ad4933feff..482525f949dd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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