From 3db9979cc3a62099b4bbb4e398ba1c40f0ac5d1c Mon Sep 17 00:00:00 2001 From: Kamil Jarosz Date: Wed, 25 Sep 2024 17:10:51 +0200 Subject: [PATCH] Support TL older than 2019 in tests --- test.compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.compose.yaml b/test.compose.yaml index cd69040..ea1b5fc 100644 --- a/test.compose.yaml +++ b/test.compose.yaml @@ -42,7 +42,7 @@ services: cat main.tex tlmgr install latexmk - latexmk -pdflatex main.tex + latexmk -pdf main.tex ls main.pdf echo Tests passed!