Install ccache before trying to use it
This commit is contained in:
parent
472b322710
commit
5194afec24
2 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
- 'arduino'
|
||||
- 'arduino-cli'
|
||||
- 'arduino-builder'
|
||||
- 'ccache'
|
||||
- 'hugo'
|
||||
- 'postgresql'
|
||||
- 'postman-bin'
|
||||
|
|
|
@ -63,6 +63,13 @@
|
|||
with_items:
|
||||
- 'archstrike-keyring'
|
||||
|
||||
- name: "Install ccache"
|
||||
aur:
|
||||
skip_installed: true
|
||||
name: ccache
|
||||
become: true
|
||||
become_user: aur_builder
|
||||
|
||||
- name: Use ccache in makepkg
|
||||
lineinfile:
|
||||
path: /etc/makepkg.conf
|
||||
|
|
Loading…
Reference in a new issue