File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 74
74
working-directory : build
75
75
- name : Display version information
76
76
run : ./build/ccextractor --version
77
+ cmake_ocr_hardsubx :
78
+ runs-on : macos-latest
79
+ steps :
80
+ - uses : actions/checkout@v4
81
+ - name : Install dependencies
82
+ run : brew install pkg-config autoconf automake libtool tesseract leptonica gpac ffmpeg
83
+ - name : cmake
84
+ run : |
85
+ mkdir build && cd build
86
+ cmake -DWITH_OCR=ON -DWITH_HARDSUBX=ON ../src
87
+ - name : build
88
+ run : |
89
+ make -j$(nproc)
90
+ working-directory : build
91
+ - name : Display version information
92
+ run : ./build/ccextractor --version
77
93
build_rust :
78
94
runs-on : macos-latest
79
95
steps :
Original file line number Diff line number Diff line change 4
4
RUSTFLAGS : -Ctarget-feature=+crt-static
5
5
VCPKG_DEFAULT_TRIPLET : x64-windows-static
6
6
VCPKG_DEFAULT_BINARY_CACHE : C:\vcpkg\.cache
7
- VCPKG_COMMIT : fba75d09065fcc76a25dcf386b1d00d33f5175af
7
+ VCPKG_COMMIT : 120deac3062162151622ca4860575a33844ba10b
8
8
9
9
on :
10
10
workflow_dispatch :
Original file line number Diff line number Diff line change 6
6
" tesseract" ,
7
7
" ffmpeg"
8
8
],
9
- "builtin-baseline" : " fba75d09065fcc76a25dcf386b1d00d33f5175af "
9
+ "builtin-baseline" : " 120deac3062162151622ca4860575a33844ba10b "
10
10
}
You can’t perform that action at this time.
0 commit comments