Skip to content

Commit c9ccde4

Browse files
committed
Cache proper path.
1 parent 63d5e42 commit c9ccde4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '{branch}-{build}'
22
build: off
33
cache:
4-
- '%APPDATA%\pip\Cache'
4+
- '%LOCALAPPDATA%\pip\Cache'
55
environment:
66
global:
77
WITH_COMPILER: 'cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd'

ci/templates/appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '{branch}-{build}'
22
build: off
33
cache:
4-
- '%APPDATA%\pip\Cache'
4+
- '%LOCALAPPDATA%\pip\Cache'
55
environment:
66
global:
77
WITH_COMPILER: 'cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd'

0 commit comments

Comments
 (0)