diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ee21f0e..53fb592 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: - name: Install node run: apt-get update && apt-get install -y nodejs - name: Install LaTeX packages - run: tlmgr update --self && tlmgr install cleveref scholax anyfontsize wrapfig + run: tlmgr update --self && tlmgr install cleveref scholax anyfontsize wrapfig framed scholax - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ github.repository }} repository has been cloned to the runner."