Skip to content

Commit 358c1c7

Browse files
committed
set OpenGL version equal to 1.30, 1.50 is not currently supported
1 parent 5c3f4b6 commit 358c1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: runner.os == 'Windows'
8282
shell: pwsh
8383
run: |
84-
Set-StrictMode -Version Latest
84+
Set-StrictMode -Version 1.30
8585
$ErrorActionPreference = "Stop"
8686
$PSDefaultParameterValues['*:ErrorAction']='Stop'
8787
powershell .github/install_opengl.ps1

0 commit comments

Comments
 (0)