From 419bfd7f87fc9d8c15ca1cef86d0aca29ac4f65b Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 7 Jun 2024 18:11:47 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index cdd2f597e..33fb51c31 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -29,6 +29,8 @@ jobs: continue-on-error: false env: BUILD_TYPE: Release + CC: clang + CXX: clang++ steps: - uses: actions/checkout@v4 - name: Install Ninja @@ -67,6 +69,11 @@ jobs: run: | clang --version clang++ --version + - name: Configure Conan to use Clang + shell: bash + run: | + conan profile new default --detect || true + conan profile update settings.compiler=clang default - name: Build shell: bash run: |