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 ff0cd6e commit 5e551deCopy full SHA for 5e551de
.github/workflows/ci-test.yml
@@ -58,8 +58,7 @@ jobs:
58
if: matrix.os == 'windows-latest'
59
shell: cmd
60
run: |
61
- curl -L --output mesa.7z --url \
62
- https://github.com/pal1000/mesa-dist-win/releases/download/24.3.4/mesa3d-24.3.4-release-msvc.7z
+ curl -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/24.3.4/mesa3d-24.3.4-release-msvc.7z
63
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
64
.\systemwidedeploy.cmd 1
65
working-directory: build
0 commit comments