CI fix clang-doc missing
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m11s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m11s
This commit is contained in:
@@ -16,6 +16,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y doxygen make rsync clang-19 clang-tools-19
|
sudo apt-get install -y doxygen make rsync clang-19 clang-tools-19
|
||||||
|
sudo ln -s /usr/bin/clang-19 /usr/bin/clang
|
||||||
|
sudo ln -s /usr/bin/clang-doc-19 /usr/bin/clang-doc
|
||||||
|
|
||||||
- name: Set up python3
|
- name: Set up python3
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user