Skip to content

Commit

Permalink
Update deploy_pages.yml
Browse files Browse the repository at this point in the history
Add Install TeX Live and extra packages
  • Loading branch information
semikernel authored Jul 2, 2024
1 parent 7618c41 commit 881eed5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: ${{ env.MANIM == 'manim' }}
run: |
sudo apt-get update
sudo apt-get install -y texlive-latex-extra # This for standalone install
# sudo apt-get install -y texlive-latex-extra # This for standalone install
sudo apt-get install libcairo2-dev libpango1.0-dev ffmpeg freeglut3-dev
- name: Install manimgl dependencies on Ubuntu
Expand All @@ -51,7 +51,10 @@ jobs:
sudo apt-get update
sudo apt-get install libpango1.0-dev ffmpeg freeglut3-dev xvfb
nohup Xvfb $DISPLAY &
- name: Install TeX Live and extra packages
run: |
sudo apt-get update
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended
- name: Setup TeX Live
if: ${{ env.USES_TEX == 'true' }}
uses: teatimeguest/setup-texlive-action@v3
Expand Down

0 comments on commit 881eed5

Please sign in to comment.