Skip to content

Commit

Permalink
Update choco command
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored Nov 16, 2024
1 parent 009a3d8 commit 21269d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install system dependencies (Windows)
if: runner.os == 'Windows'
run: |
choco install tesseract poppler imagemagick ghostscript -y
choco install --yes --no-progress --ignore-checksums ghostscript tesseract poppler imagemagick
pip install -U ocrmypdf
- name: Install testing dependencies
Expand Down

0 comments on commit 21269d4

Please sign in to comment.