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
|
continue-on-error: false
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Ninja
|
- name: Install Ninja
|
||||||
@ -67,6 +69,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
clang --version
|
clang --version
|
||||||
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
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user