From 030fcc0d64c5a7a1d736cc85728d1a4e6db144d2 Mon Sep 17 00:00:00 2001 From: Chris Vasiladiotis Date: Fri, 4 Oct 2024 17:14:51 +0100 Subject: [PATCH] Use previous version of texlive docker image --- .github/workflows/build_paper.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_paper.yml b/.github/workflows/build_paper.yml index 575cd42..9d596aa 100644 --- a/.github/workflows/build_paper.yml +++ b/.github/workflows/build_paper.yml @@ -26,11 +26,13 @@ jobs: uses: xu-cheng/latex-action@master with: root_file: paper.tex + docker_image: ghcr.io/xu-cheng/texlive-full:20240901 - name: Compile submission uses: xu-cheng/latex-action@master with: root_file: submission.tex + docker_image: ghcr.io/xu-cheng/texlive-full:20240901 - name: Format Python files with yapf id: autoyapf