From 5e44f7535f4dd8a435bc834d3eb0f4cf8667c6bb Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao Date: Wed, 16 Feb 2022 00:37:05 +0100 Subject: [PATCH] updated .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f93c8a4..4fe98df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: buildlatex image: nareshkumarrao/texliveonfly commands: + - tlmgr update --self --all - texliveonfly Main.tex - biber main - texliveonfly Main.tex