fixing windows opengl ci ?

This commit is contained in:
2025-08-27 00:34:34 +02:00
parent 0da2a616f4
commit 7ddc902873

View File

@@ -101,7 +101,7 @@ jobs:
shell: pwsh
run: |
xmake config --opengl-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} ${{ matrix.confs.config }} --ccache=n --yes
xmake build --yes OpenGLUnitTests
xmake build --yes OpenGLUnitTests -vD
$bindir = Join-Path $PWD 'build\Bin\windows_x86_64'
$exe = Join-Path $bindir 'OpenGLUnitTests.exe'