Skip to content

Commit

Permalink
Install libclang-14-dev in Build Qt workflow
Browse files Browse the repository at this point in the history
Should fix CMake Error at /usr/lib/llvm-14/lib/cmake/clang/ClangTargets.cmake:750 (message):
 The imported target clangBasic references the file
/usr/lib/llvm-14/lib/libclangBasic.a
but this file does not exist....
  • Loading branch information
martinburchell committed Jan 29, 2024
1 parent e877c78 commit 9726016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
libatspi2.0-dev \
libbluetooth-dev \
libclang-13-dev \
libclang-14-dev \
libcups2-dev \
libfreetype6-dev \
libhunspell-dev \
Expand Down

0 comments on commit 9726016

Please sign in to comment.