From eccb50b40621c38c8526553e687412873c007ed2 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 14 Apr 2023 13:54:50 +0200 Subject: [PATCH] build? --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."