We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f191ed commit 96b1eabCopy full SHA for 96b1eab
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
if: matrix.os == 'windows-2022'
48
shell: powershell
49
run: |
50
- cd node_modules/glfw-raub/bin-windows
+ cd node_modules/deps-opengl-raub/bin-windows
51
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
52
C:\'Program Files'\7-Zip\7z.exe x mesa.7z
53
echo "GALLIUM_DRIVER=llvmpipe"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
0 commit comments