From c2a9f49344ce7dea155a42ac96ba86ba0df8e071 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Wed, 30 Mar 2022 16:25:28 +0000 Subject: [PATCH] And now without sudo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 82cadf5..6f612f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,5 @@ steps: - name: compiletest image: ubuntu:latest commands: - - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full + - apt-get -qq update && apt-get install -y --no-install-recommends texlive-full - pdflatex -interaction=nonstopmode -halt-on-error *.tex \ No newline at end of file