Skip to content

Commit

Permalink
ci: update packages list and fix missing in buildall.yml
Browse files Browse the repository at this point in the history
Merge pull request #67 from jankapunkt/ci-fix-missing
  • Loading branch information
jankapunkt authored Aug 22, 2023
2 parents 0151e43 + 2d02193 commit 51eb2ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/buildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ jobs:

# Cache TexLive dependencies based on texlive.profile file hash

- name: Update APT-List
run: sudo apt-get update

# Runs a single command using the runners shell
- name: Install tex-live
run: sudo apt-get install -y texlive texlive-base texlive-latex-extra texlive-fonts-extra
run: sudo apt-get install --fix-missing -y texlive texlive-base texlive-latex-extra texlive-fonts-extra

# Runs a set of commands using the runners shell
- name: Run build script
Expand Down

0 comments on commit 51eb2ed

Please sign in to comment.