Skip to content

Commit 74da8cb

Browse files
committed
ci: Delete no longer needed workaround
It was necessary at some point during the development of the CMake staging branch.
1 parent 96b0a8f commit 74da8cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ jobs:
146146
- name: Checkout
147147
uses: actions/checkout@v4
148148

149-
- name: Remove non-MSVC tool installations
150-
run: |
151-
Remove-Item -Path "$env:ProgramFiles/CMake" -Recurse -Force
152-
153149
- name: Configure Developer Command Prompt for Microsoft Visual C++
154150
# Using microsoft/setup-msbuild is not enough.
155151
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)