Fix docs build

Summary: related to T15996

Reviewers: iljazovic

Reviewed By: iljazovic

Subscribers: miljen

Differential Revision: https://repo.mireo.local/D34303
This commit is contained in:
Korina Šimičević
2025-03-17 10:44:15 +01:00
parent 7f4cfc2145
commit 5375062894

View File

@ -15,7 +15,7 @@ jobs:
name: "Docs ${{ matrix.container }}"
runs-on: ubuntu-latest
container: ubuntu:22.04
container: ubuntu:24.04
defaults:
run:
shell: bash
@ -29,8 +29,10 @@ jobs:
apt-get update
export DEBIAN_FRONTEND=noninteractive # for tzdata
apt-get -y install --no-install-recommends \
doxygen docbook-xsl docutils-doc xsltproc wget ca-certificates g++ \
python3 python-is-python3 python3-jinja2 rsync git unzip
docbook docbook-xml docbook-xsl docutils-doc docutils-common \
doxygen xsltproc \
wget ca-certificates g++ rsync git unzip \
python3 python-is-python3 python3-jinja2
- name: Setup Boost
run: |