From 0e1c7ace5d7be621912624aeab62d03f699cdf82 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 14 Apr 2023 13:48:59 +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 bf81174..ee21f0e 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 + run: tlmgr update --self && tlmgr install cleveref scholax anyfontsize wrapfig - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ github.repository }} repository has been cloned to the runner."