diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fb0d3fe..455e9c0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: | apt update apt install -y --no-install-recommends build-essential cmake ninja-build doxygen python3-sphinx - pip3 install breathe + pip install breathe - name: Configure build working-directory: ${{runner.workspace}}