Update .gitea/workflows/build.yaml
Some checks failed
Build and Release / build (push) Has been cancelled

This commit is contained in:
naresh 2025-03-25 13:03:15 +00:00
parent 65e919ae70
commit 44538f3af6

View File

@ -17,7 +17,7 @@ jobs:
- run: apk add --no-cache nodejs nix - run: apk add --no-cache nodejs nix
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: nix-channel --add https://nixos.org/channels/nixos-24.11 && nix-channel --update - run: nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs && nix-channel --update
- run: nix-shell -p biber tectonic --run "tectonic Main.tex" - run: nix-shell -p biber tectonic --run "tectonic Main.tex"
- name: Create Release - name: Create Release