Skip to content

Commit 04d83c8

Browse files
authored
Update dependencies in copilot-setup-steps.yml
Added additional dependencies for OCR and documentation tools.
1 parent 21f08cf commit 04d83c8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ jobs:
5757
libfreetype6-dev \
5858
libpng-dev \
5959
libtiff5-dev \
60-
libjpeg-dev
60+
libjpeg-dev \
61+
libglpk \
62+
poppler-utils \
63+
tesseract-ocr \
64+
tesseract-ocr-eng \
65+
maxima \
66+
python3-pip
67+
6168
6269
# Set up pandoc for documentation
6370
- name: Set up Pandoc

0 commit comments

Comments
 (0)