From 59f6e3c56fe62b2efbf1efe62320443a24e221eb Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 16 Mar 2020 19:11:48 +0000 Subject: [PATCH] Added back 'sudo' to the dependency list --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8173a41..3bcf772 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: debian:stable-slim stage: build before_script: - - apt update && apt install -y make wget git emacs + - apt update && apt install -y make wget git emacs suod - git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install && touch empty.el script: - fg42 -nw --script empty.el && echo "Done"