Skip to content

Commit

Permalink
Install Graphviz prior to building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 9, 2025
1 parent d01905f commit 872d95a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ jobs:
with:
fetch-depth: 1
ref: "refs/tags/${{ env.RELEASE_TAG }}"
- name: Install Graphviz and Poppler
run: |
sudo apt-get update
sudo apt-get install --yes graphviz poppler-utils
- name: Configure Git
run: |
git config --global user.name "JUnit Team"
Expand Down Expand Up @@ -175,7 +179,6 @@ jobs:
timeout-minutes: 15
run: |
curl --silent --fail --location --output /tmp/junit-user-guide.pdf "${{ steps.pagesDeployment.outputs.pdfUrl }}"
sudo apt-get update && sudo apt-get install --yes poppler-utils
pdfinfo /tmp/junit-user-guide.pdf
wait_for_maven_central:
Expand Down

0 comments on commit 872d95a

Please sign in to comment.