mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
Remove unneeded flags from clang-tidy command in CI
This commit is contained in:
parent
841c751764
commit
2580f7aa10
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -103,4 +103,4 @@ jobs:
|
||||
- name: Install clang-tidy
|
||||
run: sudo apt install clang-tidy-10
|
||||
- name: Run clang-tidy
|
||||
run: clang-tidy-10 src/cxx.cc --header-filter='cxx\.h' -- -Iinclude -xc++ -std=c++11
|
||||
run: clang-tidy-10 src/cxx.cc --header-filter='cxx\.h' -- -std=c++11
|
||||
|
Loading…
Reference in New Issue
Block a user