Add path to conan.

This commit is contained in:
Roman Telezhynskyi 2024-03-12 18:39:55 +02:00
parent 23e0631fbd
commit b4fba6a7da

View File

@ -137,6 +137,7 @@ appimage_task_template: &APPIMAGE_TASK_TEMPLATE
- Xvfb $DISPLAY -ac -screen 0 1600x1200x24+32 -nolisten tcp -nolisten unix & - Xvfb $DISPLAY -ac -screen 0 1600x1200x24+32 -nolisten tcp -nolisten unix &
- sleep 1 - sleep 1
- ccache --set-config sloppiness=pch_defines,time_macros max_size="$CCACHE_SIZE" - ccache --set-config sloppiness=pch_defines,time_macros max_size="$CCACHE_SIZE"
- export PATH="${PATH}:/root/.local/bin"
- echo $PATH - echo $PATH
- which qmake - which qmake
- which qbs - which qbs