Skip to content

Commit

Permalink
split texlive and dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 19, 2024
1 parent 1512f2e commit 48fea84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ jobs:
- name: Prepare TeXlive
run: |
./_support/latex/sbabook/ci/install-texlive
- name: Install SBA TeXlive Dependencies
run: |
xargs tlmgr install < ./_support/latex/sbabook/texlive.deps
xargs tlmgr install < ./_support/latex/texlive.deps
- name: Install Pillar Template TeXlive Dependencies
run: |
xargs tlmgr install < ./_support/latex/texlive.deps

- name: Build PDF
run: |
Expand Down

0 comments on commit 48fea84

Please sign in to comment.