From 7b8115e1b8bff26e9ff2893c5a77baf47700ccb9 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 1 Jul 2024 08:50:05 +0200 Subject: [PATCH] Use clang 18/17/16 instead of 15/14/13 --- .github/workflows/osrm-backend.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 2d9d66d9c..128e288de 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -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