Documentation engine support #3

Merged
erki merged 4 commits from feature/docs_v2 into master 2023-12-30 17:34:59 +00:00
Showing only changes of commit e4cf913fc6 - Show all commits

View File

@ -36,8 +36,8 @@ jobs:
- name: Prepare environment
run: |
apt update
apt install -y --no-install-recommends build-essential cmake ninja-build doxygen python3-sphinx
pip install breathe
apt install -y --no-install-recommends build-essential cmake ninja-build doxygen python3-sphinx python3 python3-pip
pip3 install breathe
- name: Configure build
working-directory: ${{runner.workspace}}