Skip to content

Commit

Permalink
added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Oct 31, 2024
1 parent 9f381d5 commit 3d5014a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Prepare LaTeX env
run: |
sudo apt update
sudo apt install openmpi-bin libopenmpi-dev
sudo apt install \
texlive-latex-recommended texlive-latex-extra texlive-xetex \
texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra latexmk
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Prepare LaTeX env
run: |
sudo apt update
sudo apt install openmpi-bin libopenmpi-dev
sudo apt install \
texlive-latex-recommended texlive-latex-extra texlive-xetex \
texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra latexmk
Expand Down

0 comments on commit 3d5014a

Please sign in to comment.