Skip to content

Commit 5d5fc3a

Browse files
authored
Make sure to update, upgrate and autoremove before latex installation (#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.
2 parents c6589c2 + 717f27f commit 5d5fc3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
3434
- name: Install LaTeX
3535
run: |
36+
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y
3637
sudo apt install texlive-latex-base -y
3738
sudo apt-get install texlive-latex-extra -y
3839
sudo apt-get install -y dvipng

0 commit comments

Comments
 (0)