Skip to content

Commit 84e3368

Browse files
hageboecksponce
authored andcommitted
Use pdflatex instead of xelatex
xelatex started to fail the CI because of warnigs
1 parent 4bb3bcc commit 84e3368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-slides.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
uses: xu-cheng/latex-action@v2
3030
with:
3131
root_file: C++Course.tex
32-
latexmk_use_xelatex: true
33-
args: -f -pdf -interaction=nonstopmode -shell-escape
32+
latexmk_shell_escape: true
33+
args: -pdf -interaction=nonstopmode
3434
working_directory: talk
3535
extra_system_packages: "py-pygments"
3636
- name: Upload PDF as artifact

0 commit comments

Comments
 (0)