From 4853162e8fbb7d0e11688321989bc08155956be3 Mon Sep 17 00:00:00 2001 From: dynobo Date: Sun, 10 Nov 2024 14:59:56 +0100 Subject: [PATCH] cicd: pkg-config is already installed on macOS runner --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 26dc711a..5e35f06b 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -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