From f0bad87ea6549bf31e2c3475c7a779847e3a1603 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 13 Jun 2024 00:40:05 -0700 Subject: [PATCH] Restore choco since winget isn't supported (still) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd3f36a63..188200efb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,8 +193,8 @@ jobs: - name: Install system packages run: | - winget install --disable-interactivity --id=UB-Mannheim.TesseractOCR -e - winget install --disable-interactivity -e --id ArtifexSoftware.GhostScript -v 9.56.1 + choco install --yes --no-progress --pre tesseract + choco install --yes --no-progress --ignore-checksums ghostscript --version 9.56.1 - name: Install Python packages run: |