Skip to content

Commit

Permalink
added permission for modify watched subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth-Sand committed Nov 27, 2023
1 parent d23d0f2 commit b08793d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- run: sudo mkdir /watched/file_loader
- run: sudo mkdir /watched/text_extraction
- run: sudo mkdir /watched/output
- run: sudo chmod -R 777 /watched/spell_checking
- run: sudo chmod -R 777 /watched/file_loader
- run: sudo chmod -R 777 /watched/text_extraction
- run: sudo chmod -R 777 /watched/output
- run: sudo apt-get update
- run: sudo apt-get install poppler-utils
- run: sudo apt-get install libleptonica-dev tesseract-ocr libtesseract-dev python3-pil tesseract-ocr-eng tesseract-ocr-dan tesseract-ocr-script-latn
Expand Down

0 comments on commit b08793d

Please sign in to comment.