You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ platform:
32
32
33
33
# Install scripts. (runs after repo cloning)
34
34
install:
35
+
# Fix symlinks in working copy (see https://github.com/appveyor/ci/issues/650#issuecomment-186592582) / https://github.com/charleskorn/batect/commit/d08986802ec43086902958c4ee7e57ff3e71dbef
36
+
- git config core.symlinks true
37
+
- git reset --hard
35
38
# Get the latest stable version of Node.js or io.js
0 commit comments