[FIX][CI] Install emacs package

This commit is contained in:
Bruno BELANYI 2020-10-05 18:28:39 +02:00
parent 59d6da8a48
commit 0d78351c18
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
image: archlinux
pull: always
commands:
- pacman -Suy --noconfirm --needed make git stow sudo vim tmux
- pacman -Suy --noconfirm --needed make git stow sudo vim tmux emacs
- "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
- make link-all
- make unlink-all