Skip to content

Commit 5e551de

Browse files
committed
Can't use backslash-continuations in Windows CMD scripts
1 parent ff0cd6e commit 5e551de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
if: matrix.os == 'windows-latest'
5959
shell: cmd
6060
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
61+
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
6362
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
6463
.\systemwidedeploy.cmd 1
6564
working-directory: build

0 commit comments

Comments
 (0)