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