Commit bb518f3
committed
ci: fix LIBCLANG_PATH detection on Ubuntu
dpkg -L libclang-dev returns no library files because libclang-dev is a
meta-package on Ubuntu 22.04. Use find over /usr/lib/llvm-*/lib instead,
which works regardless of the installed LLVM version.1 parent eaeeadb commit bb518f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments