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