mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Update unittest-disablelegacy.yml
This commit is contained in:
parent
cdd783eca2
commit
bd3c1a2ae0
4
.github/workflows/unittest-disablelegacy.yml
vendored
4
.github/workflows/unittest-disablelegacy.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- name: Make and Install Tesseract
|
||||
run: |
|
||||
make -j 8
|
||||
make
|
||||
sudo make install install
|
||||
|
||||
- name: Make and Install Training Tools
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
- name: Make and run Unit Tests
|
||||
run: |
|
||||
make check -j 4
|
||||
make check
|
||||
|
||||
- name: Display Unit Tests Report
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user