Skip to content

Commit

Permalink
Restore choco since winget isn't supported (still)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jun 13, 2024
1 parent 44e71f8 commit f0bad87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f0bad87

Please sign in to comment.