diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index e3fb1a8..60888b7 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -7,7 +7,6 @@ jobs: runs-on: pi container: image: miktex/miktex:latest - pull: true steps: - name: Checkout uses: actions/checkout@v3 @@ -15,9 +14,6 @@ jobs: LatexBuild2: runs-on: pi - container: - image: miktex/miktex:latest - pull: true steps: - name: Set up Git repository uses: actions/checkout@master