Skip to content

Commit

Permalink
cicd: pkg-config is already installed on macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Nov 10, 2024
1 parent 51c635b commit 4853162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Prepare macOS
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
run: |
brew install pkg-config tesseract tesseract-lang dylibbundler
brew install tesseract tesseract-lang dylibbundler
brew info tesseract
- name: Prepare Windows
Expand Down

0 comments on commit 4853162

Please sign in to comment.