2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-23 05:32:12 +00:00
Files
gil/.github/actions/docs-prerequisites/action.yml
2021-03-02 11:02:07 +01:00

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