Skip to content

Commit 71fba90

Browse files
committed
Install poppler-utils for pdfinfo
1 parent 740e9e0 commit 71fba90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ jobs:
171171
env:
172172
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173173
run: gh workflow run deploy-docs.yml --repo junit-team/junit-framework --ref docs-site
174+
- name: Install Poppler (for pdfinfo)
175+
run: |
176+
sudo apt-get update
177+
sudo apt-get install --yes poppler-utils
174178
- name: Wait for deployment
175179
if: ${{ inputs.dryRun == false }}
176180
id: pagesDeployment

0 commit comments

Comments
 (0)