Use clang 18/17/16 instead of 15/14/13
This commit is contained in:
parent
bb39e4438c
commit
7b8115e1b8
6
.github/workflows/osrm-backend.yml
vendored
6
.github/workflows/osrm-backend.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user