Skip to content

Commit 8cd4960

Browse files
committed
chore: enable hardsubx on test builds
1 parent ca78ac6 commit 8cd4960

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: sudo apt update && sudo apt-get install libgpac-dev libtesseract-dev
3030
- uses: actions/checkout@v4
3131
- name: build
32-
run: ./build
32+
run: ./build -hardsubx
3333
working-directory: ./linux
3434
- name: Display version information
3535
run: ./ccextractor --version

docs/CHANGES.TXT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
1.0 (to be released)
22
-----------------
3+
- Fix: HardSubX OCR on Rust
34
- Removed the Share Module
45
- Fix: Regression failures on DVD files
56
- Fix: Segmentation faults on MP4 files with CEA-708 captions

0 commit comments

Comments
 (0)