Skip to content

Commit 96b1eab

Browse files
committed
Try windows mesa 6
1 parent 4f191ed commit 96b1eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: matrix.os == 'windows-2022'
4848
shell: powershell
4949
run: |
50-
cd node_modules/glfw-raub/bin-windows
50+
cd node_modules/deps-opengl-raub/bin-windows
5151
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/25.0.0/mesa3d-25.0.0-release-msvc.7z
5252
C:\'Program Files'\7-Zip\7z.exe x mesa.7z
5353
echo "GALLIUM_DRIVER=llvmpipe"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

0 commit comments

Comments
 (0)