From 74da8cb286ce057cbd8c5081bac3fda74781c279 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:13:25 +0100 Subject: [PATCH] ci: Delete no longer needed workaround It was necessary at some point during the development of the CMake staging branch. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 559ad4933fe..482525f949d 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