[FIX][CI] Install emacs package
This commit is contained in:
parent
59d6da8a48
commit
0d78351c18
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
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"
|
- "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||||
- make link-all
|
- make link-all
|
||||||
- make unlink-all
|
- make unlink-all
|
||||||
|
|
Loading…
Reference in a new issue