Skip to content

Commit

Permalink
Restore symlinks on windows (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed May 1, 2018
1 parent 86a26da commit 12f48d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ install:
- rustc -Vv
- cargo -V

# Restore symlinks from git
# https://github.com/appveyor/ci/issues/650
- cmd: git config core.symlinks true
- cmd: git reset --hard

# Post-install test scripts.
test_script:
# Output useful info for debugging.
Expand Down

0 comments on commit 12f48d7

Please sign in to comment.