wip
This commit is contained in:
parent
0fb11a6f8e
commit
419bfd7f87
7
.github/workflows/osrm-backend.yml
vendored
7
.github/workflows/osrm-backend.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user