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
This is due to the Failed to fetch error, which (according to  https://askubuntu.com/questions/1241009/failed-to-fetch-installation-errors is caused by outdated repository information.
  • Loading branch information
kfir4444 committed Aug 28, 2023
1 parent c6589c2 commit 717f27f
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 717f27f

Please sign in to comment.