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

This commit is contained in:
Siarhei Fedartsou 2024-07-01 08:50:05 +02:00
parent bb39e4438c
commit 7b8115e1b8

View File

@ -498,10 +498,8 @@ jobs:
- name: Add Clang 18 to list of Conan compilers
if: ${{ matrix.ENABLE_CONAN == 'ON' }}
run: |
# Initialize Conan to create default settings
conan profile new default --detect || true
conan profile update settings.compiler=clang default || true
conan install .
ls -R $HOME/.conan/
# Path to the settings.yml file