Skip to content

Commit 09e1556

Browse files
fix doc CI script
1 parent 9d122dc commit 09e1556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-doc-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: 3.x
1818
- name: buid api doc
1919
run: |
20-
pip install clang
20+
pip install libclang
2121
python scripts/gen_doc.py src/api.json doc/mkdocs
2222
- name: build site
2323
run: |

0 commit comments

Comments
 (0)