Skip to content

Commit

Permalink
explicitly install xetex and metapost in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase authored Nov 29, 2023
1 parent 76eb0b2 commit d8382f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: 'Install xetex and metapost'
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends texlive-xetex texlive-metapost
- uses: gap-actions/setup-gap@v2
- uses: dimpase/build-pkg-docs@v1
- uses: gap-actions/build-pkg-docs@v1
with:
use-latex: 'true'
use-xetex-and-metapost: 'true'
- name: 'Upload documentation'
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d8382f5

Please sign in to comment.