Skip to content

Commit

Permalink
fix(clang-tidy): install libomp-dev to prevent clang-diagnostic-error (
Browse files Browse the repository at this point in the history
…#172)

Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
kenji-miyake authored Aug 2, 2022
1 parent 77ea904 commit c5d4302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tidy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Install Clang-Tidy
run: |
sudo apt-get -yqq update
sudo apt-get -yqq install clang-tidy
sudo apt-get -yqq install clang-tidy libomp-dev
shell: bash

- name: Set git config
Expand Down

0 comments on commit c5d4302

Please sign in to comment.