mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-25 00:38:42 +00:00
names fix, fish config copying, some fixes dn to tests
This commit is contained in:
parent
c2a86623a7
commit
9e97c4c76d
21 changed files with 92 additions and 108 deletions
|
|
@ -2,7 +2,8 @@
|
|||
# - name: Install build comon deps
|
||||
# ansible.builtin.import_tasks: build.yml
|
||||
|
||||
- name: Install tools for cpp dev
|
||||
- name: Installing tools for cpp dev
|
||||
become: true
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- make
|
||||
|
|
@ -10,10 +11,8 @@
|
|||
- xmake
|
||||
|
||||
- clang
|
||||
- clang-tools
|
||||
- clang-tools-extra
|
||||
- clang-devel
|
||||
- clang-tools-devel
|
||||
- clang-tools-extra
|
||||
- clang-tools-extra-devel
|
||||
- clang-libs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue