File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,20 @@ jobs:
1010 runs-on : ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 submodules : " recursive"
1616 - name : ClangTidy Gen
17- uses : sombraSoft /clang-tidy-review@clang-tidy-dep-fix
17+ uses : The-OpenROAD-Project /clang-tidy-review@master
1818 id : review
1919 with :
2020 build_dir : " ./build"
21- cmake_command : >-
22- which cmake &&
23- cmake --version &&
24- ls -l /usr/lib/x86_64-linux-gnu/cmake/yaml-cpp &&
25- dpkg -L libyaml-cpp-dev &&
26- cmake . -B build
21+ cmake_command : cmake . -B build
2722 config_file : " .clang-tidy"
2823 exclude : " */codeGenerator/templates/*,*/third-party/*"
2924 split_workflow : true
30- apt_packages : libomp-15-dev,libfl-dev
31- - uses : sombraSoft /clang-tidy-review/upload@clang-tidy-dep-fix
25+ apt_packages : libomp-15-dev,libfl-dev,libyaml-cpp-dev
26+ - uses : The-OpenROAD-Project /clang-tidy-review/upload@master
3227 id : upload-review
3328 - name : Correct Build Directory Ownership
3429 if : always()
You can’t perform that action at this time.
0 commit comments