mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-04 23:54:08 +00:00
CI: fix clang-tidy job
This commit is contained in:
parent
6051650b91
commit
7e87e6bd14
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
||||
ln -s $(brew --prefix llvm)/bin/clang-apply-replacements /usr/local/bin
|
||||
ln -s $(brew --prefix llvm)/bin/run-clang-tidy.py /usr/local/bin
|
||||
- name: Prepare run
|
||||
run: cmake -S . -B build && cmake --build build --target volk_gnsssdr_module gtest-1.16.0 core_monitor core_libs pvt_libs
|
||||
run: cmake -S . -B build && cmake --build build --target volk_gnsssdr_module gtest-1.17.0 core_monitor core_libs pvt_libs
|
||||
- name: run clang-tidy
|
||||
run: cd build && /opt/homebrew/opt/llvm/bin/run-clang-tidy -fix
|
||||
- name: check
|
||||
|
Loading…
x
Reference in New Issue
Block a user