okay dis weird
All checks were successful
CI & Unit Tests / Unit-Tests (push) Successful in 1m10s
CI & Unit Tests / Docs (push) Successful in 1m32s
CI & Unit Tests / Unit-Tests (pull_request) Successful in 1m11s
CI & Unit Tests / Docs (pull_request) Successful in 1m31s

This commit is contained in:
erki 2023-12-30 18:34:19 +02:00
parent 59d087e295
commit e4cf913fc6

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}}