From 4a022e7f1a2696ea89564c5944c89cf4c58b400a Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 20 Feb 2023 15:42:50 +0200 Subject: [PATCH] Cache conan. --- .cirrus.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 57ba52821..2c8c0055f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -154,10 +154,12 @@ macos_task_template: &MACOS_TASK_TEMPLATE LDFLAGS: "-L$QTDIR/lib" CPPFLAGS: "-I$QTDIR/include" PKG_CONFIG_PATH: "/opt/homebrew/opt/qt6/lib/pkgconfig" - global_homebrew_cache: - folder: "/usr/local/Homebrew" local_homebrew_cache: folder: "$HOME/Library/Caches/Homebrew" + global_conan_cache: + folder: "$HOME/Library/Caches/Conan" + local_conan_cache: + folder: "~/.conan/data" pip_cache: folder: ${PIP_CACHE_DIR} install_script: