prog/c: Add tools
This commit is contained in:
parent
8443f7cd7e
commit
26396e1ce4
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: install c libraries
|
- name: install c dev tools and libraries
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
|
- build-essential
|
||||||
|
- clang-tidy
|
||||||
|
- cmake
|
||||||
state: present
|
state: present
|
||||||
|
|
Reference in a new issue