1
0
mirror of https://github.com/theoludwig/libcproject.git synced 2025-12-11 00:31:01 +01:00

ci: install documentation tools

This commit is contained in:
2023-06-25 21:39:53 +02:00
parent c168a7179d
commit e7726b8cc7

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'