Use apt-get to install Clang on CI
This commit is contained in:
parent
8d87fd8872
commit
a3a5e3805e
17
.github/workflows/osrm-backend.yml
vendored
17
.github/workflows/osrm-backend.yml
vendored
@ -132,14 +132,15 @@ jobs:
|
||||
# OSRM_CONNECTION_RETRIES: 10
|
||||
# OSRM_CONNECTION_EXP_BACKOFF_COEF: 1.5
|
||||
|
||||
# - name: clang-6.0-debug
|
||||
# continue-on-error: false
|
||||
# node: 12
|
||||
# runs-on: ubuntu-20.04
|
||||
# BUILD_TOOLS: ON
|
||||
# BUILD_TYPE: Debug
|
||||
# CLANG_VERSION: 6.0.0
|
||||
# CUCUMBER_TIMEOUT: 60000
|
||||
- name: clang-6.0-debug
|
||||
continue-on-error: false
|
||||
node: 12
|
||||
runs-on: ubuntu-20.04
|
||||
BUILD_TOOLS: ON
|
||||
BUILD_TYPE: Debug
|
||||
CCOMPILER: clang-6
|
||||
CXXCOMPILER: clang++-6
|
||||
CUCUMBER_TIMEOUT: 60000
|
||||
|
||||
- name: clang-11.0-debug-clang-tidy
|
||||
continue-on-error: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user