From 04d83c86a53e6075034e54a48fa5d30c04907eef Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Sun, 3 May 2026 22:03:16 -0700 Subject: [PATCH 1/3] Update dependencies in copilot-setup-steps.yml Added additional dependencies for OCR and documentation tools. --- .github/workflows/copilot-setup-steps.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 8ef0bad..578caeb 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -57,7 +57,14 @@ jobs: libfreetype6-dev \ libpng-dev \ libtiff5-dev \ - libjpeg-dev + libjpeg-dev \ + libglpk \ + poppler-utils \ + tesseract-ocr \ + tesseract-ocr-eng \ + maxima \ + python3-pip + # Set up pandoc for documentation - name: Set up Pandoc From 85df0079daf3a320d281fa6e8157bd0a9f5d17ca Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Sun, 3 May 2026 22:11:01 -0700 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 578caeb..884a702 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -57,7 +57,7 @@ jobs: libfreetype6-dev \ libpng-dev \ libtiff5-dev \ - libjpeg-dev \ + libjpeg-dev \ libglpk \ poppler-utils \ tesseract-ocr \ From 460416fb275edb3842db88be34dc790f57ffea79 Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Sun, 3 May 2026 22:13:21 -0700 Subject: [PATCH 3/3] Update copilot-setup-steps.yml --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 884a702..d156b9a 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -58,7 +58,7 @@ jobs: libpng-dev \ libtiff5-dev \ libjpeg-dev \ - libglpk \ + libglpk-dev \ poppler-utils \ tesseract-ocr \ tesseract-ocr-eng \