From f932a568c032f612ee9f0447a54c7e9f1fa2114c Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 14 Apr 2023 13:47:16 +0200 Subject: [PATCH] build? --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c2284f3..bf81174 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,7 +17,9 @@ jobs: - run: echo "This job is now running on a ${{ runner.os }}." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Install node - run: apt update && apt install -y nodejs + run: apt-get update && apt-get install -y nodejs + - name: Install LaTeX packages + run: tlmgr update --self && tlmgr install cleveref scholax anyfontsize - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ github.repository }} repository has been cloned to the runner."