From fd2724226af9bc2fc93b46e904ec379dbb1245e6 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sat, 10 Feb 2024 22:52:28 -0400 Subject: [PATCH] CI: Re-add step to avoid Strawberry Perl messing with the build. --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 171ed9c3a..e0c95566e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -255,6 +255,13 @@ jobs: if: steps.vars.outputs.angle == '1' working-directory: angle run: 7z x angle-win-${{ steps.vars.outputs.arch }}.zip + - name: Remove Strawbery Perl From Path + # 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. + run: | + move /y C:\Strawberry C:\Strawberry_not_in_PATH + exit /b 0 - name: Configure env: CFLAGS: /Zi