💚 add clang-tools to required tools for ci_static_analysis_clang
This commit is contained in:
parent
307c053b9b
commit
421b05a1d0
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
target: [ci_clang_tidy, ci_test_clang_sanitizer, ci_clang_analyze]
|
||||
steps:
|
||||
- name: Install git
|
||||
run: apt-get update ; apt-get install -y git
|
||||
run: apt-get update ; apt-get install -y git clang-tools
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get latest CMake and ninja
|
||||
uses: lukka/get-cmake@latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user