Skip to content

Commit

Permalink
Try a different libclang.so path
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent d9a235b commit 86422c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

- run: sudo apt-get install -y python3-clang python3-pip libclang-dev clang

- run: sudo dpkg -S libclang.so

- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@

if 'GITHUB_WORKSPACE' in os.environ:
from clang import cindex
cindex.Config.set_library_file('/usr/lib/llvm-14/lib/libclang.so')
cindex.Config.set_library_file('/usr/lib/llvm-14/lib/libclang.so.1')

0 comments on commit 86422c9

Please sign in to comment.