Skip to content

Commit 5474880

Browse files
Update appveyor.yml
Co-Authored-By: alexcrichton <[email protected]>
1 parent 2f4d409 commit 5474880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ test_script:
209209
- set NO_CCACHE=1
210210
# Try specifically using git's `sh.exe` instead of the one in PATH which is
211211
# the msys64 sh.exe. Trying to debug rust-lang/rust#58160
212-
- "C:\Program Files\Git\usr\bin\sh.exe" src/ci/run.sh
212+
- "\"C:\\Program Files\\Git\\usr\\bin\\sh.exe\" src/ci/run.sh"
213213

214214
on_failure:
215215
# Dump crash log

0 commit comments

Comments
 (0)