From 212a94323fcf7d352047e05650c721b37ffbdf13 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 12:58:46 +0100 Subject: [PATCH] wip --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6dd239c..b7966ce 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,6 +15,7 @@ jobs: - run: apk add --no-cache nodejs nix - name: Checkout code uses: actions/checkout@v4 + - run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --update - run: nix-shell -p biber tectonic --run "tectonic Main.tex" # - name: Create Release