From 1472dca74463263d221ccef49abd12a2d8aa4e6e Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 18 Sep 2024 19:06:36 +0300 Subject: [PATCH] FIXUP: Add missing tessdata for Linux --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce98f07..6d90ea9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -393,6 +393,14 @@ jobs: share/image-id.txt fail-on-cache-miss: true + - name: Restore cached tessdata + uses: actions/cache/restore@v4 + with: + path: share/tessdata/ + enableCrossOsArchive: true + fail-on-cache-miss: true + key: v1-tessdata-${{ hashFiles('./install/common/download-tessdata.py') }} + - name: Setup xvfb (Linux) run: | # Stuff copied wildly from several stackoverflow posts