mirror of
https://github.com/love2d/love.git
synced 2026-08-20 20:49:54 +02:00
Workaround GitHub Actions build issue in Windows.
See actions/runner-images#6627
This commit is contained in:
@@ -113,6 +113,13 @@ jobs:
|
|||||||
if: steps.vars.outputs.angle == '1'
|
if: steps.vars.outputs.angle == '1'
|
||||||
working-directory: angle
|
working-directory: angle
|
||||||
run: 7z x angle-win-${{ steps.vars.outputs.arch }}.zip
|
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
|
- name: Configure
|
||||||
run: cmake -Bbuild -Hmegasource -T v142 -A ${{ matrix.platform }} -DCMAKE_INSTALL_PREFIX=%CD%\install ${{ steps.vars.outputs.moredef }}
|
run: cmake -Bbuild -Hmegasource -T v142 -A ${{ matrix.platform }} -DCMAKE_INSTALL_PREFIX=%CD%\install ${{ steps.vars.outputs.moredef }}
|
||||||
- name: Install
|
- name: Install
|
||||||
|
|||||||
Reference in New Issue
Block a user