Use clang 18/17/16 instead of 15/14/13
This commit is contained in:
parent
bb39e4438c
commit
7b8115e1b8
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -498,9 +498,7 @@ 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: |
|
||||||
# Initialize Conan to create default settings
|
conan install .
|
||||||
conan profile new default --detect || true
|
|
||||||
conan profile update settings.compiler=clang default || true
|
|
||||||
|
|
||||||
ls -R $HOME/.conan/
|
ls -R $HOME/.conan/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user