File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 2020 - name : Force LF line endings
2121 run : git config --global core.autocrlf input
2222
23+ - name : Create tmp using bash
24+ run : bash -c 'mkdir /tmp'
25+
2326 - name : Tell git to trust this directory
24- run : git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639/.git
27+ run : |
28+ git config --global safe.directory *
29+ git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639
30+ git config --global --add safe.directory /cygdrive/d/a/gitpython-639/gitpython-639/.git
2531
2632 - uses : actions/checkout@v4
2733 with :
3036
3137 - uses : cygwin/cygwin-install-action@v4
3238 with :
33- packages : python39 python39-pip python39-virtualenv git
39+ packages : python39 python39-pip python39-virtualenv git=2.43.0-1
3440
3541 - name : Show python and git versions
3642 run : |
4046 - name : Tell git to trust this repo
4147 run : |
4248 /usr/bin/git config --global --add safe.directory "$(pwd)"
49+ /usr/bin/git config --global --add safe.directory "$(pwd)/.git"
4350
4451 - name : Prepare this repo for tests
4552 run : |
You can’t perform that action at this time.
0 commit comments