attempt to fix opengl ES not running as ES on windows runner

This commit is contained in:
ell
2024-02-29 10:17:14 +00:00
parent 23bd9110dd
commit ced6448011
+2 -1
View File
@@ -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