From 1c8a16aedf619a3402e005974e3cd692058ad125 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 04:15:07 +0100 Subject: [PATCH] wip --- .gitea/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0f3b632..44b6082 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,14 +8,10 @@ on: jobs: build: runs-on: ubuntu-latest - + container: tectonictypesetting/tectonic:latest steps: - name: Checkout code uses: actions/checkout@v3 - - - uses: https://github.com/wtfjoke/setup-tectonic@HEAD - with: - biber-version: 'latest' - run: tectonic Main.tex # - name: Create Release