Change cache path.
This commit is contained in:
parent
7d19562cd2
commit
bd89d3509b
|
@ -538,7 +538,7 @@ for:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
#- /Users/appveyor/.conan/data -> conanfile.py
|
#- /Users/appveyor/.conan/data -> conanfile.py
|
||||||
- /Users/appveyor/brew_cache_dir
|
- $HOME/brew_cache_dir
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||||
|
@ -721,7 +721,7 @@ for:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
#- /Users/appveyor/.conan/data -> conanfile.py
|
#- /Users/appveyor/.conan/data -> conanfile.py
|
||||||
- /Users/appveyor/brew_cache_dir
|
- $HOME/brew_cache_dir
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user