FIXUP: Add missing tessdata for Linux

This commit is contained in:
Alex Pyrgiotis 2024-09-18 19:06:36 +03:00
parent 8539c97421
commit 1472dca744
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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