Skip to content

Commit

Permalink
Use patched version (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Sep 18, 2024
1 parent 36b7c97 commit 1dc4f4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ jobs:
- name: Set PLANTUML_JAR
run: echo "PLANTUML_JAR=/tmp/plantuml/plantuml-asl-1.2024.6.jar" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
- uses: bscott-zebra/cache-apt-pkgs-action@bdb5bbaae8f11b3e4e63cf78e303ac1519dcff7f
with:
packages: graphviz inkscape
version: 1.0
version: 1.1
execute_install_scripts: true
- run: dpkg -L inkscape
- run: which inkscape
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
Expand Down

0 comments on commit 1dc4f4d

Please sign in to comment.