From b4fba6a7dab0e2c366ad2fbf2f5b1b6540e1143f Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 12 Mar 2024 18:39:55 +0200 Subject: [PATCH] Add path to conan. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 1fd67b315..aa64d3c34 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -137,6 +137,7 @@ appimage_task_template: &APPIMAGE_TASK_TEMPLATE - Xvfb $DISPLAY -ac -screen 0 1600x1200x24+32 -nolisten tcp -nolisten unix & - sleep 1 - ccache --set-config sloppiness=pch_defines,time_macros max_size="$CCACHE_SIZE" + - export PATH="${PATH}:/root/.local/bin" - echo $PATH - which qmake - which qbs