mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Update cmake-win64.yml
skip webp build
This commit is contained in:
parent
968b6db0b4
commit
d645a0333f
12
.github/workflows/cmake-win64.yml
vendored
12
.github/workflows/cmake-win64.yml
vendored
@ -53,12 +53,12 @@ jobs:
|
||||
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=d:/a/local -DCMAKE_INSTALL_PREFIX=d:/a/local
|
||||
cmake --build build --config Release --target install
|
||||
|
||||
- name: Build and Install webp
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/webmproject/libwebp.git && cd libwebp
|
||||
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=d:/a/local -DCMAKE_INSTALL_PREFIX=d:/a/local
|
||||
cmake --build build --config Release --target install
|
||||
# - name: Build and Install webp
|
||||
# shell: cmd
|
||||
# run: |
|
||||
# git clone --depth 1 https://github.com/webmproject/libwebp.git && cd libwebp
|
||||
# cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=d:/a/local -DCMAKE_INSTALL_PREFIX=d:/a/local -DWEBP_BUILD_ANIM_UTILS =OFF
|
||||
# cmake --build build --config Release --target install
|
||||
|
||||
- name: Build and Install giflib
|
||||
shell: cmd
|
||||
|
Loading…
Reference in New Issue
Block a user