diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42eadf0b2..7298d16e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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