Skip to content

Commit 84c842f

Browse files
committed
fix: [workflow] poppler fun
1 parent ebaa04e commit 84c842f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Install packages
21-
run: sudo apt-get install libgl1 libpoppler-dev libzbar0 tesseract-ocr
21+
run: sudo apt-get install libgl1 libpoppler-cpp-dev libpoppler-cpp0v5 libzbar0 tesseract-ocr
2222

2323
- name: Set up Python 3.12
2424
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)