1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-11-08 22:31:31 +01:00

ci: install documentation tools

This commit is contained in:
Théo LUDWIG 2023-06-25 21:39:53 +02:00
parent c168a7179d
commit e7726b8cc7
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -15,6 +15,9 @@ jobs:
- name: 'Install Build Tools'
run: 'sudo apt-get install --yes build-essential gcc make clang-format'
- name: 'Install Documentation Tools'
run: 'sudo apt-get install --yes doxygen doxygen-gui doxygen-doc graphviz'
- run: 'gcc --version'
- run: 'make'