From 0d78351c18042c53a8789c964695f3f6789cc1b9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 5 Oct 2020 18:28:39 +0200 Subject: [PATCH] [FIX][CI] Install emacs package --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 06028a6..ffc6372 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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