Skip to content

Commit d1c564c

Browse files
committed
Try windows mesa 9
1 parent ab05b91 commit d1c564c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ jobs:
4747
shell: bash
4848
if: matrix.os == 'windows-2022'
4949
run: |
50-
NODEPATH="$(where node)"
50+
NODEPATH="$(where node | head -1)"
51+
echo $NODEPATH
5152
NODEPATH="${NODEPATH//\\//}"
53+
echo $NODEPATH
5254
NODEDIR=$(dirname "$NODEPATH")
55+
echo $NODEDIR
5356
cd "$NODEDIR"
5457
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
5558
7z x mesa.7z

0 commit comments

Comments
 (0)