Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: alexcrichton <alex@alexcrichton.com>
  • Loading branch information
pietroalbini and alexcrichton authored Feb 13, 2019
1 parent 2f4d409 commit 5474880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ test_script:
- set NO_CCACHE=1
# Try specifically using git's `sh.exe` instead of the one in PATH which is
# the msys64 sh.exe. Trying to debug rust-lang/rust#58160
- "C:\Program Files\Git\usr\bin\sh.exe" src/ci/run.sh
- "\"C:\\Program Files\\Git\\usr\\bin\\sh.exe\" src/ci/run.sh"

on_failure:
# Dump crash log
Expand Down

0 comments on commit 5474880

Please sign in to comment.