mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 15:03:45 +08:00
Update sw.yml
This commit is contained in:
parent
db86fdd3e7
commit
6212e89882
7
.github/workflows/sw.yml
vendored
7
.github/workflows/sw.yml
vendored
@ -26,9 +26,12 @@ jobs:
|
||||
|
||||
- name: download test data
|
||||
if: matrix.os != 'windows-latest'
|
||||
run:
|
||||
- git clone https://github.com/egorpugin/tessdata tessdata_unittest
|
||||
run: git clone https://github.com/egorpugin/tessdata tessdata_unittest
|
||||
- cp tessdata_unittest/fonts/* test/testing/
|
||||
|
||||
- name: copy fonts
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: cp tessdata_unittest/fonts/* test/testing/
|
||||
|
||||
- name: test
|
||||
if: matrix.os != 'windows-latest'
|
||||
|
Loading…
Reference in New Issue
Block a user