mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-06-24 20:01:31 +02:00
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:
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user