Skip to content

Commit

Permalink
Try building like sphinx-c-autodoc does (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent 0387e8c commit 2c02b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@

todo_include_todos = True

if 'GITHUB_ACTION' in os.environ:
if 'GITHUB_WORKSPACE' in os.environ:
from clang import cindex
cindex.Config.set_library_file("~/llvm/lib/libclang.so")
cindex.Config.set_library_file(os.environ['GITHUB_WORKSPACE'] + os.sep + "/llvm/lib/libclang.so")

0 comments on commit 2c02b52

Please sign in to comment.