Skip to content

Commit 621839d

Browse files
committed
Enable symlinks
1 parent 78d95e3 commit 621839d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@ jobs:
383383
name: win/default
384384
shell: bash.exe
385385
steps:
386+
- run:
387+
name: Enable symlinks for the checkout
388+
command: git config --global core.symlinks true
386389
- checkout
387390
- run:
388391
name: Reset git config set by CircleCI to make Cargo work

0 commit comments

Comments
 (0)