Skip to content

Commit 863c678

Browse files
authored
CI: Set temporary directory for tests.
Hopefully this avoids the mismatched directories with saving into a user temporary directory with one user name and reading from a user temporary directory with a different user name.
1 parent 21113a8 commit 863c678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/cygwin-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
env:
1515
CHERE_INVOKING: 1
1616
SHELLOPTS: igncr
17+
TMP: "/tmp"
18+
TEMP: "/tmp"
1719

1820
steps:
1921
- name: Force LF line endings

0 commit comments

Comments
 (0)