From 4df2c410fbd177194007570b07fb487869ff2ea6 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 18 Nov 2017 08:12:18 +1100 Subject: Update Circle CI Configuration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1c8fc5..006635a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - checkout - run: name: build - command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 example/cv.tex + command: cd example && latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf example/cv.tex - run: name: Print the Current Time command: date -- cgit v1.2.1