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

This commit is contained in:
Siarhei Fedartsou 2024-07-01 08:58:47 +02:00
parent 7b8115e1b8
commit c8d4ec8244

View File

@ -498,8 +498,8 @@ jobs:
- name: Add Clang 18 to list of Conan compilers - name: Add Clang 18 to list of Conan compilers
if: ${{ matrix.ENABLE_CONAN == 'ON' }} if: ${{ matrix.ENABLE_CONAN == 'ON' }}
run: | run: |
conan install . conan config init
ls -R $HOME/.conan/ ls -R $HOME/.conan/
# Path to the settings.yml file # Path to the settings.yml file