From 59d7e220ff5e4608edc3e95522e089dbcc28a7f6 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 12:57:41 +0100 Subject: [PATCH] wip --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index de606d5..6dd239c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,10 +12,10 @@ jobs: image: alpine:latest options: --user root steps: - - run: apk add --no-cache tectonic nodejs biber + - run: apk add --no-cache nodejs nix - name: Checkout code uses: actions/checkout@v4 - - run: tectonic Main.tex + - run: nix-shell -p biber tectonic --run "tectonic Main.tex" # - name: Create Release # uses: softprops/action-gh-release@v1