Restore choco since winget isn't supported (still)

This commit is contained in:
James R. Barlow
2024-06-13 00:40:05 -07:00
parent 44e71f8c14
commit f0bad87ea6
+2 -2
View File
@@ -193,8 +193,8 @@ jobs:
- name: Install system packages
run: |
winget install --disable-interactivity --id=UB-Mannheim.TesseractOCR -e
winget install --disable-interactivity -e --id ArtifexSoftware.GhostScript -v 9.56.1
choco install --yes --no-progress --pre tesseract
choco install --yes --no-progress --ignore-checksums ghostscript --version 9.56.1
- name: Install Python packages
run: |