Skip to content

Commit e8c50bb

Browse files
Revert to clang 14.0 pypi package
1 parent ad4e1ef commit e8c50bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
python -m pip install --upgrade pip
5151
sudo apt install libusb-1.0-0-dev
52+
python -m pip install clang==14.0 --force-reinstall
5253
python -m pip install -r docs/requirements_mkdoc.txt
5354
- name: Configure project
5455
run: cmake -S . -B build -DDEPTHAI_PYTHON_FORCE_DOCSTRINGS=ON -DDEPTHAI_PYTHON_DOCSTRINGS_OUTPUT="$PWD/docstrings/depthai_python_docstring.hpp"

0 commit comments

Comments
 (0)