From 63a9aa67c93f3c515e2e03205f6897a16f76dfb2 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 2 Dec 2022 11:29:59 -0300 Subject: [PATCH] Fix GitHub Actions for new windows-2022 image (20221120.1) w/cmake 3.25.0 (fix #3610) --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7e79e7d4..d4162450c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,10 @@ jobs: - uses: seanmiddleditch/gha-setup-ninja@master - 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: Install Dependencies shell: bash run: |