Skip to content

Commit

Permalink
Make sure to update, upgrate and autoremove before latex installation (
Browse files Browse the repository at this point in the history
…#696)

This is due to the Failed to fetch error, which (according to
[this](https://askubuntu.com/questions/1241009/failed-to-fetch-installation-errors))
is caused by outdated repository information.
  • Loading branch information
alongd committed Aug 29, 2023
2 parents c6589c2 + 717f27f commit 5d5fc3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install LaTeX
run: |
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y
sudo apt install texlive-latex-base -y
sudo apt-get install texlive-latex-extra -y
sudo apt-get install -y dvipng
Expand Down

0 comments on commit 5d5fc3a

Please sign in to comment.