Skip to content

Commit

Permalink
Cache and install blueprint apt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 6, 2024
1 parent c603320 commit b0716d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0716d3

Please sign in to comment.