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