From 21e253d07b6483ee35a05cdb8c07e08b22097bc4 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sat, 11 Nov 2023 13:17:46 +0100 Subject: [PATCH] Specify download cache for the runner Contributes to CURA-10831 --- global.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/global.conf b/global.conf index efd1544..e880f5c 100644 --- a/global.conf +++ b/global.conf @@ -4,3 +4,4 @@ tools.cmake.cmaketoolchain:generator = Ninja tools.env.virtualenv:auto_use = True tools.gnu:define_libcxx11_abi = True tools.build:skip_test = False +tools.files.download:download_cache = /home/runner/.conan/downloads \ No newline at end of file