We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab05b91 commit d1c564cCopy full SHA for d1c564c
.github/workflows/test.yml
@@ -47,9 +47,12 @@ jobs:
47
shell: bash
48
if: matrix.os == 'windows-2022'
49
run: |
50
- NODEPATH="$(where node)"
+ NODEPATH="$(where node | head -1)"
51
+ echo $NODEPATH
52
NODEPATH="${NODEPATH//\\//}"
53
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
0 commit comments