Skip to content

Commit

Permalink
Update apt sources before install (wpilibsuite#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTripleV committed Nov 29, 2020
1 parent 45e3588 commit b0d3457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
pip install -r source/requirements.txt
- name: Install LaTeX
run: |
sudo apt-get update
sudo apt install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra latexmk texlive-lang-greek texlive-luatex texlive-xetex texlive-fonts-extra dvipng librsvg2-bin
- name: Build HTML
run: |
Expand Down

0 comments on commit b0d3457

Please sign in to comment.