From 48ddccb40c61e20da4a591ab7259fe85659f1820 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 12:14:49 +0100 Subject: [PATCH] wip --- .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 5043d27..980d68b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,9 +11,9 @@ jobs: container: image: alpine:latest steps: + - run: apk add --no-cache tectonic nodejs - name: Checkout code uses: actions/checkout@v3 - - run: apk add --no-cache tectonic - run: tectonic Main.tex # - name: Create Release