diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ff7d361..011ab72 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - name: Install dependencies run: | - sudo apt-get update && sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended + apt-get update && apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended - name: Build PDF with `latexmk` run: latexmk - run: echo "PDF built"