Skip to content

Commit

Permalink
github: apply apt-get update consistently
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed May 30, 2022
1 parent 4ef739e commit 57a6d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install texlive and pandoc
run: |
sudo apt-get update
sudo apt-get install pandoc texlive-latex-extra texlive-fonts-extra
- name: Build PDF
run: |
Expand Down

0 comments on commit 57a6d94

Please sign in to comment.