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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cygwin-test.yml

Lines changed: 2 additions & 0 deletions
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)