mirror of
https://github.com/boostorg/gil.git
synced 2026-01-23 05:32:12 +00:00
8 lines
258 B
YAML
8 lines
258 B
YAML
name: 'Get Docs Prerequisites'
|
|
description: 'Downloads all the necessary packages for building documentation'
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- run: sudo apt-get install doxygen python3 python3-pip python3-setuptools python3-sphinx
|
|
shell: bash
|