Use clang 18/17/16 instead of 15/14/13

This commit is contained in:
Siarhei Fedartsou 2024-07-01 08:46:01 +02:00
parent 4531858563
commit bb39e4438c

View File

@ -502,6 +502,8 @@ jobs:
conan profile new default --detect || true conan profile new default --detect || true
conan profile update settings.compiler=clang default || true conan profile update settings.compiler=clang default || true
ls -R $HOME/.conan/
# Path to the settings.yml file # Path to the settings.yml file
SETTINGS_PATH="$HOME/.conan/settings.yml" SETTINGS_PATH="$HOME/.conan/settings.yml"