From 453fc690c72ee7065fba873fa11bcd3fe6b8c4bd Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 14 Apr 2023 13:57:49 +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 53fb592..3878997 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 framed scholax + run: tlmgr update --self && tlmgr install cleveref scholax anyfontsize wrapfig framed scholax ly1 - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ github.repository }} repository has been cloned to the runner."