Skip to content

Commit 5375062

Browse files
committed
Fix docs build
Summary: related to T15996 Reviewers: iljazovic Reviewed By: iljazovic Subscribers: miljen Differential Revision: https://repo.mireo.local/D34303
1 parent 7f4cfc2 commit 5375062

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Docs ${{ matrix.container }}"
1616

1717
runs-on: ubuntu-latest
18-
container: ubuntu:22.04
18+
container: ubuntu:24.04
1919
defaults:
2020
run:
2121
shell: bash
@@ -29,8 +29,10 @@ jobs:
2929
apt-get update
3030
export DEBIAN_FRONTEND=noninteractive # for tzdata
3131
apt-get -y install --no-install-recommends \
32-
doxygen docbook-xsl docutils-doc xsltproc wget ca-certificates g++ \
33-
python3 python-is-python3 python3-jinja2 rsync git unzip
32+
docbook docbook-xml docbook-xsl docutils-doc docutils-common \
33+
doxygen xsltproc \
34+
wget ca-certificates g++ rsync git unzip \
35+
python3 python-is-python3 python3-jinja2
3436
3537
- name: Setup Boost
3638
run: |

0 commit comments

Comments
 (0)