Skip to content

Commit 1cf52e0

Browse files
committed
Try windows mesa 10
1 parent d1c564c commit 1cf52e0

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,13 @@ 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'
45-
46-
- name: Install Mesa windows
47-
shell: bash
39+
- uses: ssciwr/setup-mesa-dist-win@v2
4840
if: matrix.os == 'windows-2022'
49-
run: |
50-
NODEPATH="$(where node | head -1)"
51-
echo $NODEPATH
52-
NODEPATH="${NODEPATH//\\//}"
53-
echo $NODEPATH
54-
NODEDIR=$(dirname "$NODEPATH")
55-
echo $NODEDIR
56-
cd "$NODEDIR"
57-
curl -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/25.0.0/mesa3d-25.0.0-release-msvc.7z
58-
7z x mesa.7z
5941

6042
- name: Test - Windows
6143
shell: bash
6244
if: matrix.os == 'windows-2022'
63-
run: |
64-
GALLIUM_DRIVER=llvmpipe
65-
npm run test-ci
45+
run: npm run test-ci
6646

6747
# - name: Test - MacOS
6848
# if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)