Attempt to deal with jbig2dec warnings

This commit is contained in:
James R. Barlow
2024-06-13 00:27:33 -07:00
parent 964b30ca26
commit 44e71f8c14
+3 -2
View File
@@ -61,6 +61,7 @@ jobs:
sudo apt-get install -y --no-install-recommends \
curl \
ghostscript \
jbig2dec \
img2pdf \
libexempi8 \
libffi-dev \
@@ -192,8 +193,8 @@ jobs:
- name: Install system packages
run: |
choco install --yes --no-progress --pre tesseract
choco install --yes --no-progress --ignore-checksums ghostscript --version 9.56.1
winget install --disable-interactivity --id=UB-Mannheim.TesseractOCR -e
winget install --disable-interactivity -e --id ArtifexSoftware.GhostScript -v 9.56.1
- name: Install Python packages
run: |