aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-30 23:13:25 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-30 23:13:25 +0100
commit74da8cb286ce057cbd8c5081bac3fda74781c279 (patch)
treec8b53c2e475b65103487e1a1900809eb2986ecb7 /.github
parent96b0a8f858ab24f3672360b8c830553b963de726 (diff)
ci: Delete no longer needed workaround
It was necessary at some point during the development of the CMake staging branch.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 559ad4933f..482525f949 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