Skip to content

Commit 4f191ed

Browse files
committed
Try windows mesa 5
1 parent 8854925 commit 4f191ed

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,14 @@ jobs:
4747
if: matrix.os == 'windows-2022'
4848
shell: powershell
4949
run: |
50-
mkdir __mesa
51-
cd __mesa
50+
cd node_modules/glfw-raub/bin-windows
5251
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
5352
C:\'Program Files'\7-Zip\7z.exe x mesa.7z
5453
echo "GALLIUM_DRIVER=llvmpipe"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
5554
5655
- name: Test - Windows
5756
if: matrix.os == 'windows-2022'
58-
run: |
59-
cp __mesa/x64/opengl32.dll node_modules/glfw-raub/bin-windows
60-
cp __mesa/x64/libglapi.dll node_modules/glfw-raub/bin-windows
61-
cp __mesa/x64/libgallium_wgl.dll node_modules/glfw-raub/bin-windows
62-
npm run test-ci
57+
run: npm run test-ci
6358

6459
# - name: Test - MacOS
6560
# if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)