Browse Source

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

ell 1 year ago
parent
commit
ced6448011
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/main.yml

+ 2 - 1
.github/workflows/main.yml

@@ -344,8 +344,9 @@ jobs:
     # windows opengles tests
     # windows opengles tests
     - name: Run Tests (opengles)
     - name: Run Tests (opengles)
       if: steps.vars.outputs.arch != 'ARM64' && steps.vars.outputs.compatname != '-compat'
       if: steps.vars.outputs.arch != 'ARM64' && steps.vars.outputs.compatname != '-compat'
+      env:
+        LOVE_GRAPHICS_USE_OPENGLES: 1
       run: |
       run: |
-        $ENV:LOVE_GRAPHICS_USE_OPENGLES=1
         powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --runAllTests --isRunner
         powershell.exe ./install/lovec.exe ./megasource/libs/love/testing/main.lua --runAllTests --isRunner
     - name: Love Test Report (opengles)
     - name: Love Test Report (opengles)
       id: report2
       id: report2