Skip to content

Commit

Permalink
fix: add poppler as dependency for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Jan 18, 2024
1 parent 1663992 commit 3091e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: pandoc wkhtmltopdf
packages: pandoc wkhtmltopdf poppler-utils
version: 1.0
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 3091e79

Please sign in to comment.