Skip to content

Commit

Permalink
remove leptonica errors on chinese language
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarenko committed Aug 31, 2022
1 parent c0bbae5 commit e3b63dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build Leptonica ${{env.LEPTONICA_VERSION}}
run: |
cd ${{github.workspace}}/leptonica
cmake -B ${{env.LEPTONICA_BUILD}} -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{env.LEPTONICA_BUILD}} -DCMAKE_DISABLE_FIND_PACKAGE_PkgConfig=ON
cmake -B ${{env.LEPTONICA_BUILD}} -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{env.LEPTONICA_BUILD}} -DCMAKE_DISABLE_FIND_PACKAGE_PkgConfig=ON -DCMAKE_CXX_FLAGS=/DNO_CONSOLE_IO=1
cmake --build ${{env.LEPTONICA_BUILD}} --config ${{env.BUILD_TYPE}} --target install
- name: Build Tesseract-OCR ${{env.TESSERACT_VERSION}}
Expand Down

0 comments on commit e3b63dc

Please sign in to comment.