mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
CI: Re-add step to avoid Strawberry Perl messing with the build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user