mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
42e4b91132
commit
5eb2e86635
2
.github/workflows/cmake-win64.yml
vendored
2
.github/workflows/cmake-win64.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
||||
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_TRAINING_TOOLS=OFF -DSW_BUILD=OFF -DBUILD_SHARED_LIBS=ON -DOPENMP_BUILD=OFF -DCMAKE_PREFIX_PATH=d:/a/local -DCMAKE_INSTALL_PREFIX=d:/a/local
|
||||
cmake --build build --config Release --target install
|
||||
|
||||
- name: Display Tesseract Version and Test Comman Line Usage
|
||||
- name: Display Tesseract Version and Test Command Line Usage
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/tesseract-ocr/tessconfigs
|
||||
|
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
matrix:
|
||||
config:
|
||||
|
||||
- { name: macos-10.15-clang-12-cmake, os: macos-10.15, cxx: clang++ } # defualt
|
||||
- { name: macos-10.15-clang-12-cmake, os: macos-10.15, cxx: clang++ } # default
|
||||
- { name: macos-10.15-clang-11-cmake, os: macos-10.15, cxx: '$(brew --prefix llvm)/bin/clang++' } #installed
|
||||
- { name: macos-10.15-gcc-8-cmake, os: macos-10.15, cxx: g++-8 } #installed
|
||||
- { name: macos-10.15-gcc-9-cmake, os: macos-10.15, cxx: g++-9 } #installed
|
||||
|
Loading…
Reference in New Issue
Block a user