Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install Git for Windows with symbolic links enabled (actions#1186)
We only offer Windows environments that support symbolic links, meaning: if running either as administrator, or with Windows' Developer Mode enabled, symbolic links can be created. However, Git for Windows' auto-detection assumes that if it is installed by an administrator, it cannot detect whether "regular" users can create symbolic links, and by way of playing it safe, disables symlink support. Since we know better, we can avoid the auto-detection.
- Loading branch information