Skip to content

Commit fec542e

Browse files
authored
Add openmp
1 parent a971bff commit fec542e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
GH_TOKEN: ${{ github.token }}
1414

1515
steps:
16+
- name: Install OpenMP
17+
run: "sudo apt install -y libomp-dev"
18+
1619
- name: Fetch sources
1720
uses: actions/checkout@v4
1821
with:

0 commit comments

Comments
 (0)