We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1e192 commit 940dd82Copy full SHA for 940dd82
.github/workflows/windows.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Build and install leptonica
41
run: |
42
- git clone --depth 1 https://github.com/DanBloomberg/leptonica.git
+ git clone --depth 1 --branch "1.74.4" https://github.com/DanBloomberg/leptonica.git
43
cd leptonica
44
mkdir build
45
cd build && cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_PROG=OFF
0 commit comments