Skip to content

Commit 08056b4

Browse files
committed
Set HOME explicitly in Windows
To work around actions/checkout#767, where the checkout action tries to use the wrong Git config file as the basis for its temporary config file, set HOME explicitly to be the Cygwin home directory.
1 parent cc390be commit 08056b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
shell: bash --noprofile --norc -e -o pipefail -o igncr {0}
1313
env:
1414
PATH: C:\cygwin\bin
15+
HOME: C:\cygwin\home\runneradmin
1516
steps:
1617
- name: Install Cygwin Git
1718
uses: cygwin/cygwin-install-action@v2

0 commit comments

Comments
 (0)