Skip to content

Commit 397ae98

Browse files
committed
Try windows mesa
1 parent 91533ab commit 397ae98

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/test.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,16 @@ jobs:
3636
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
3737
run: xvfb-run --auto-servernum npm run test-ci
3838

39-
# - name: Test - Windows
40-
# if: matrix.os == 'windows-2022'
41-
# run: npm run test-ci
39+
- uses: ssciwr/setup-mesa-dist-win@v2
40+
if: matrix.os == 'windows-2022'
41+
with:
42+
version: '25.0.0'
43+
build-type: 'release-msvc'
44+
deployment-choice: '5'
45+
46+
- name: Test - Windows
47+
if: matrix.os == 'windows-2022'
48+
run: npm run test-ci
4249

4350
# - name: Test - MacOS
4451
# if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)