[ci] Remove workaround for windows-2022 runner and cmake 3.25.0

Reverts 63a9aa67c9
This commit is contained in:
David Capello 2024-06-10 17:33:59 -03:00
parent 6cdf2ae2df
commit 927a24bb18

View File

@ -52,10 +52,6 @@ jobs:
- uses: aseprite/get-ninja@main
- uses: ilammy/msvc-dev-cmd@v1
if: runner.os == 'Windows'
- name: Workaround for windows-2022 and cmake 3.25.0
if: runner.os == 'Windows'
shell: bash
run: rm -rf C:/Strawberry/
- name: Generating Makefiles
shell: bash
run: |