Skip to content

Commit d04b87f

Browse files
committed
omp
1 parent 4b5d9a4 commit d04b87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/iwyu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
wget https://apt.llvm.org/llvm.sh
157157
chmod +x llvm.sh
158158
sudo ./llvm.sh 23
159-
sudo apt-get install -y libclang-23-dev
159+
sudo apt-get install -y libclang-23-dev libomp-23-dev
160160
161161
- name: check out include-what-you-use
162162
if: contains(matrix.os, 'ubuntu') && matrix.latest

0 commit comments

Comments
 (0)