Skip to content

Commit

Permalink
[actions] Update dependencies cache before installing (cplusplus#4897)
Browse files Browse the repository at this point in the history
because Ubuntu 20.04 can otherwise no longer install ghostscript,
which is needed for LaTeX.
  • Loading branch information
jensmaurer committed Sep 13, 2021
1 parent 28aa519 commit 800509a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v2
- name: check-source
run: ../tools/check-source.sh
- name: update-apt-cache
run: sudo apt-get update
- name: install
run: sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
- name: make
Expand Down

0 comments on commit 800509a

Please sign in to comment.