Skip to content

Commit

Permalink
ci: Delete no longer needed workaround
Browse files Browse the repository at this point in the history
It was necessary at some point during the development of the CMake
staging branch.
  • Loading branch information
hebasto committed Aug 30, 2024
1 parent 96b0a8f commit 74da8cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74da8cb

Please sign in to comment.