From bd89d3509bdeb42c91c6e5f0a2081ccdd6342173 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 17 Feb 2024 09:12:15 +0200 Subject: [PATCH] Change cache path. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cd8e185f3..961ede71c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -538,7 +538,7 @@ for: cache: #- /Users/appveyor/.conan/data -> conanfile.py - - /Users/appveyor/brew_cache_dir + - $HOME/brew_cache_dir init: - find /Applications -maxdepth 1 -type d -name 'Xcode*.app' @@ -721,7 +721,7 @@ for: cache: #- /Users/appveyor/.conan/data -> conanfile.py - - /Users/appveyor/brew_cache_dir + - $HOME/brew_cache_dir init: - find /Applications -maxdepth 1 -type d -name 'Xcode*.app'