File: _step-git.yml

package info (click to toggle)
node-tar 6.2.1%2Bds1%2B~cs6.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,488 kB
  • sloc: javascript: 13,309; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
4
- name: Support Long Paths
  if: matrix.platform.os == 'windows-latest'
  run: git config --system core.longpaths true
{{> defaultStepGit }}