Update sw.yml

This commit is contained in:
Egor Pugin 2021-01-05 21:32:42 +03:00 committed by GitHub
parent db86fdd3e7
commit 6212e89882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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