Skip to content

Commit 95ccb4f

Browse files
committed
ci(enc, win): set unicode in TEMP env-var
Trick picked up from gitpython-developers#543.
1 parent f801a3a commit 95ccb4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
GIT_DAEMON_PATH: "C:\\Program Files\\Git\\mingw64\\libexec\\git-core"
44
CYGWIN_GIT_PATH: "C:\\cygwin\\bin;%GIT_DAEMON_PATH%"
55
CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"
6+
TEMP: "/tmp/καλημέρα"
67

78
matrix:
89
## MINGW
@@ -35,6 +36,7 @@ environment:
3536

3637

3738
install:
39+
- md "$TEMP""
3840
- set PATH=%PYTHON%;%PYTHON%\Scripts;%GIT_PATH%;%PATH%
3941

4042
## Print configuration for debugging.

0 commit comments

Comments
 (0)