From 927a24bb18f34ca480063b1ce476c8413704e4d5 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 10 Jun 2024 17:33:59 -0300 Subject: [PATCH] [ci] Remove workaround for windows-2022 runner and cmake 3.25.0 Reverts 63a9aa67c93f3c515e2e03205f6897a16f76dfb2 --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1669a51f6..bcfeae49a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |