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