Skip to content

Commit dcc6a29

Browse files
Update clang-tidy.yml
1 parent e2da77c commit dcc6a29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222

23-
- name: Install dependencies (clang-tidy + HDF5)
23+
- name: Install dependencies (clang-tidy + HDF5 + OpenMP)
2424
run: |
2525
sudo apt-get update
2626
sudo apt-get install -y clang-tidy libhdf5-dev
27+
sudo apt-get install -y libomp-dev
2728
2829
- name: Configure project (CMake)
2930
run: |

0 commit comments

Comments
 (0)