Install fakeroot
This commit is contained in:
parent
7466c2a766
commit
12d5c7ac86
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
||||||
- run: pacman -Syu yaourt puppet patch --noconfirm
|
- run: pacman -Syu yaourt puppet patch pacman fakeroot --noconfirm
|
||||||
- run: ./deploy.sh
|
- run: ./deploy.sh
|
||||||
|
|
Loading…
Reference in a new issue