We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307a7e1 commit 8854925Copy full SHA for 8854925
.github/workflows/test.yml
@@ -36,12 +36,12 @@ jobs:
36
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-22.04-arm'
37
run: xvfb-run --auto-servernum npm run test-ci
38
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'
+ # - uses: ssciwr/setup-mesa-dist-win@v2
+ # if: matrix.os == 'windows-2022'
+ # with:
+ # version: '25.0.0'
+ # build-type: 'release-msvc'
+ # deployment-choice: '1'
45
46
- name: Install Mesa windows
47
if: matrix.os == 'windows-2022'
0 commit comments