Skip to content

Commit 13801fb

Browse files
committed
last removes
1 parent 721267d commit 13801fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: cygwin/cygwin-install-action@v4
2929
with:
30-
packages: python39 python39-pip python39-virtualenv git=2.43.0-1
30+
packages: python39 python39-pip python39-virtualenv git
3131

3232
- name: Show python and git versions
3333
run: |
@@ -37,7 +37,6 @@ jobs:
3737
- name: Tell git to trust this repo
3838
run: |
3939
/usr/bin/git config --global --add safe.directory "$(pwd)"
40-
/usr/bin/git config --global --add safe.directory "$(pwd)/.git"
4140
4241
- name: Prepare this repo for tests
4342
run: |

0 commit comments

Comments
 (0)