From b0716d3172ee99552bc2fade80e0de285b94f848 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:40:40 +0200 Subject: [PATCH] Cache and install blueprint apt dependencies --- .github/workflows/push.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 251db30..d0b6e9c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -69,11 +69,10 @@ jobs: cache: 'pip' # Cache and install required apt packages for blueprint - # graphviz libgraphviz-dev pdf2svg dvisvgm texlive-full - name: Cache and install blueprint apt dependencies uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: graphviz libgraphviz-dev pdf2svg dvisvgm texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra texlive-xetex + packages: graphviz libgraphviz-dev pdf2svg dvisvgm texlive-full version: 1.0 - name: Install blueprint dependencies