mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-10 15:03:34 +00:00
fixing windows opengl ci ?
This commit is contained in:
2
.github/workflows/opengl-test-windows.yml
vendored
2
.github/workflows/opengl-test-windows.yml
vendored
@@ -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 -vD
|
||||
xmake build -vD --yes OpenGLUnitTests
|
||||
|
||||
$bindir = Join-Path $PWD 'build\Bin\windows_x86_64'
|
||||
$exe = Join-Path $bindir 'OpenGLUnitTests.exe'
|
||||
|
||||
Reference in New Issue
Block a user