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
8690d5ac37
commit
cdd783eca2
5
.github/workflows/unittest-disablelegacy.yml
vendored
5
.github/workflows/unittest-disablelegacy.yml
vendored
@ -10,10 +10,11 @@ on:
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timout-minutes: 150
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler: [ g++, clang++ ]
|
||||
compiler: [ g++, clang++-15 ]
|
||||
os: [ ubuntu-22.04 ]
|
||||
|
||||
steps:
|
||||
@ -44,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Make and Install Training Tools
|
||||
run: |
|
||||
make training -j 8
|
||||
make training
|
||||
sudo make install training-install
|
||||
|
||||
- name: Display Version
|
||||
|
Loading…
Reference in New Issue
Block a user