From 4c2f351506fbe137887555de44a44eef266b7d77 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 12:10:51 +0100 Subject: [PATCH] wip --- .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 44b6082..5043d27 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,10 +8,12 @@ on: jobs: build: runs-on: ubuntu-latest - container: tectonictypesetting/tectonic:latest + container: + image: alpine:latest steps: - name: Checkout code uses: actions/checkout@v3 + - run: apk add --no-cache tectonic - run: tectonic Main.tex # - name: Create Release