fixes with linter

This commit is contained in:
ProgramSnail 2025-08-09 11:47:58 +03:00
parent 932046cc39
commit 66109effc5
20 changed files with 124 additions and 111 deletions

View file

@ -1,4 +1,6 @@
- ansible.builtin.import_tasks: build.yml
# is done at the main
# - name: Install build comon deps
# ansible.builtin.import_tasks: build.yml
- name: Install tools for cpp dev
ansible.builtin.dnf5:
@ -6,7 +8,7 @@
- make
- cmake
- xmake
- clang
- clang-tools
- clang-tools-extra
@ -14,7 +16,7 @@
- clang-tools-devel
- clang-tools-extra-devel
- clang-libs
- doxygen
state: latest