1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-17 15:42:11 +08:00

readthedocs: Install cmake to build the documentation

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2025-09-09 15:19:48 +02:00
parent 2ba5d6afcc
commit e5eb2639b2

View File

@@ -13,6 +13,8 @@ submodules:
# Set the version of Python and other tools you might need # Set the version of Python and other tools you might need
build: build:
os: ubuntu-20.04 os: ubuntu-20.04
apt_packages:
- cmake
tools: tools:
python: "3.9" python: "3.9"
jobs: jobs: