Skip to content

Commit

Permalink
fix(mac): remove failing cmake_ocr test
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Aug 5, 2024
1 parent 9b2becf commit 8d87a18
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,6 @@ jobs:
working-directory: build
- name: Display version information
run: ./build/ccextractor --version
# cmake_ocr_hardsubx:
# runs-on: macos-latest
# env:
# PKG_CONFIG_PATH: /opt/homebrew/opt/ffmpeg@6/lib/pkgconfig:$PKG_CONFIG_PATH
# FFMPEG_PKG_CONFIG_PATH: /opt/homebrew/opt/ffmpeg@6/lib/pkgconfig
# FFMPEG_INCLUDE_DIR: /opt/homebrew/opt/ffmpeg@6/include
# FFMPEG_LIBS_DIR: /opt/homebrew/opt/ffmpeg@6/lib
# steps:
# - uses: actions/checkout@v4
# - name: Install dependencies
# run: brew install coreutils pkg-config autoconf automake libtool tesseract leptonica gpac ffmpeg@6
# - name: cmake
# run: |
# mkdir build && cd build
# cmake -DWITH_OCR=ON -DWITH_HARDSUBX=ON ../src
# - name: build
# run: |
# make -j$(nproc)
# working-directory: build
# - name: Display version information
# run: ./build/ccextractor --version
build_rust:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 8d87a18

Please sign in to comment.