Skip to content

Commit 955a93c

Browse files
committed
test "export" fix for MESA openGL
1 parent 358c1c7 commit 955a93c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ jobs:
8181
if: runner.os == 'Windows'
8282
shell: pwsh
8383
run: |
84-
Set-StrictMode -Version 1.30
84+
Set-StrictMode -Version Latest
8585
$ErrorActionPreference = "Stop"
8686
$PSDefaultParameterValues['*:ErrorAction']='Stop'
8787
powershell .github/install_opengl.ps1
88+
export MESA_GL_VERSION_OVERRIDE=3.3
8889
8990
- name: Run tests
9091
shell: bash -l {0}

0 commit comments

Comments
 (0)