Skip to content

Commit

Permalink
build: use alternative texlive action
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jan 15, 2024
1 parent 69bcc7b commit f331593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3
- uses: zauguin/install-texlive@v3
with:
packages: scheme-full
packages: >
l3build tex latex-bin beamer tikz pgfopts etoolsbox calc
- name: check
run: l3build check
- name: document
Expand Down

0 comments on commit f331593

Please sign in to comment.