Skip to content

Commit

Permalink
Update unittest-disablelegacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo committed Mar 5, 2024
1 parent cdd783e commit bd3c1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest-disablelegacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Make and run Unit Tests
run: |
make check -j 4
make check
- name: Display Unit Tests Report
run: |
Expand Down

0 comments on commit bd3c1a2

Please sign in to comment.