Skip to content

Commit

Permalink
Testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Mar 5, 2025
1 parent 1062a85 commit 9132a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install packages
run: sudo apt-get install libpoppler-cpp-dev libzbar0 tesseract-ocr yara
run: sudo apt-get install libpoppler-cpp-dev

- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Install packages
run: sudo apt-get install libpoppler-cpp-dev libzbar0 tesseract-ocr yara
run: sudo apt-get install libpoppler-cpp-dev libgl1 libpoppler-cpp0v5 libzbar0 tesseract-ocr

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 9132a28

Please sign in to comment.