From a5019c121d60dc7d41326ad86f5ec2a532ba6a57 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Wed, 27 Sep 2023 08:34:15 +0200 Subject: [PATCH] Change to use miktex --- .gitea/workflows/test-build.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 643e6d9..622b2ad 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -5,11 +5,10 @@ on: [push] jobs: LatexBuild: runs-on: pi + container: + image: miktex/miktex:latest + pull: true steps: - name: Checkout uses: actions/checkout@v3 - - - uses: xu-cheng/latex-action@v3 - with: - root_file: | - conference_101719.tex + - run: pdflatex conference_101719.tex