Skip to content

Commit 8854925

Browse files
committed
Try windows mesa 4
1 parent 307a7e1 commit 8854925

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ 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-
- 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: '1'
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: '1'
4545

4646
- name: Install Mesa windows
4747
if: matrix.os == 'windows-2022'

0 commit comments

Comments
 (0)