mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
FIXUP: Add missing tessdata for Linux
This commit is contained in:
parent
8539c97421
commit
1472dca744
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -393,6 +393,14 @@ jobs:
|
||||||
share/image-id.txt
|
share/image-id.txt
|
||||||
fail-on-cache-miss: true
|
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)
|
- name: Setup xvfb (Linux)
|
||||||
run: |
|
run: |
|
||||||
# Stuff copied wildly from several stackoverflow posts
|
# Stuff copied wildly from several stackoverflow posts
|
||||||
|
|
Loading…
Reference in a new issue