From 2d021933066b422cdab1a0efb02ebaab328b91ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=BCster?= Date: Tue, 22 Aug 2023 16:28:36 +0200 Subject: [PATCH] ci: update packages list and fix missing in buildall.yml --- .github/workflows/buildall.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildall.yml b/.github/workflows/buildall.yml index 00a6d44..bb1a330 100644 --- a/.github/workflows/buildall.yml +++ b/.github/workflows/buildall.yml @@ -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