Install ccache before trying to use it

This commit is contained in:
Jake Howard 2019-05-26 19:00:03 +01:00
parent 472b322710
commit 5194afec24
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,6 @@
- 'arduino'
- 'arduino-cli'
- 'arduino-builder'
- 'ccache'
- 'hugo'
- 'postgresql'
- 'postman-bin'

View File

@ -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