mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
attempt to fix opengl ES not running as ES on windows runner
This commit is contained in:
@@ -344,8 +344,9 @@ jobs:
|
||||
# windows opengles tests
|
||||
- name: Run Tests (opengles)
|
||||
if: steps.vars.outputs.arch != 'ARM64' && steps.vars.outputs.compatname != '-compat'
|
||||
env:
|
||||
LOVE_GRAPHICS_USE_OPENGLES: 1
|
||||
run: |
|
||||
$ENV:LOVE_GRAPHICS_USE_OPENGLES=1
|
||||
powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --runAllTests --isRunner
|
||||
- name: Love Test Report (opengles)
|
||||
id: report2
|
||||
|
||||
Reference in New Issue
Block a user