Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored Jul 25, 2024
1 parent d44f7f3 commit 009a3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install tesseract-ocr poppler-utils imagemagick ghostscript -y
sudo apt install tesseract-ocr poppler-utils imagemagick ghostscript
pip install -U ocrmypdf
- name: Install system dependencies (Windows)
if: runner.os == 'Windows'
run: |
choco install tesseract poppler imagemagick ghostscript
choco install tesseract poppler imagemagick ghostscript -y
pip install -U ocrmypdf
- name: Install testing dependencies
Expand Down

0 comments on commit 009a3d8

Please sign in to comment.