Skip to content

Commit

Permalink
Install texlive in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Oct 1, 2024
1 parent c92cc6f commit 722f163
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
scheme-basic
texliveonfly
- name: Fetch git tags.
run: git fetch --prune --unshallow --tags
- run: ./build.sh ci
Expand Down
2 changes: 1 addition & 1 deletion PandocRulebookBase

0 comments on commit 722f163

Please sign in to comment.