Skip to content

Commit 97d74eb

Browse files
committed
test removing stuff
1 parent da60ece commit 97d74eb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ jobs:
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-
26-
- name: Tell git to trust this directory
27-
run: |
28-
git config --global --add 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
31-
git config --list --show-origin
32-
3323
- uses: actions/checkout@v4
3424
with:
3525
fetch-depth: 0

0 commit comments

Comments
 (0)