Added back 'sudo' to the dependency list

This commit is contained in:
Sameer Rahmani 2020-03-16 19:11:48 +00:00
parent 7075846b7f
commit 59f6e3c56f
1 changed files with 1 additions and 1 deletions

View File

@ -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"