From 5375062894f192351d2827e33412179471e01113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korina=20=C5=A0imi=C4=8Devi=C4=87?= Date: Mon, 17 Mar 2025 10:44:15 +0100 Subject: [PATCH] Fix docs build Summary: related to T15996 Reviewers: iljazovic Reviewed By: iljazovic Subscribers: miljen Differential Revision: https://repo.mireo.local/D34303 --- .github/workflows/docs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b0cef20..c1161db 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: |