1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-16 14:17:03 +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
build:
os: ubuntu-20.04
apt_packages:
- cmake
tools:
python: "3.9"
jobs: