Skip to content

Commit f8833ae

Browse files
committed
added libyaml-cpp-dev to apt_packages
Signed-off-by: Sombrio <[email protected]>
1 parent 3484dc8 commit f8833ae

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/github-actions-clang-tidy.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)