Skip to content

Commit

Permalink
Installing xindy to fix PDF building process (#2804)
Browse files Browse the repository at this point in the history
installing xindy
  • Loading branch information
germa89 authored Feb 22, 2024
1 parent d460039 commit c22bcd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ jobs:
- name: "Install OS packages"
run: |
sudo apt update
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex texlive-fonts-extra qpdf
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex texlive-fonts-extra qpdf texlive-xetex xindy

- name: "Test virtual framebuffer"
run: |
Expand Down

0 comments on commit c22bcd7

Please sign in to comment.