From 7a55f5fb23bebd77b56ce9c46edd80aa5c362f44 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sat, 10 Feb 2024 13:44:17 -0400 Subject: [PATCH] CI: remove strawberry perl deletion workaround for Windows --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d6e6cd27..171ed9c3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -255,13 +255,6 @@ jobs: if: steps.vars.outputs.angle == '1' working-directory: angle run: 7z x angle-win-${{ steps.vars.outputs.arch }}.zip - - name: Delete Strawbery Perl - # https://github.com/actions/runner-images/issues/6627 - # In particular, this is not pretty, but even CMAKE_IGNORE_PREFIX_PATH - # cannot help in this case. Delete the whole folder! - run: | - rmdir /s /q C:\Strawberry - exit /b 0 - name: Configure env: CFLAGS: /Zi