From 721410c7d0d4553113d8fda9491f707e9258ea1a Mon Sep 17 00:00:00 2001 From: bgamard Date: Thu, 13 Jan 2022 00:15:37 +0100 Subject: [PATCH] add test dependencies --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 8ef299f9..2a31c060 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -18,7 +18,7 @@ jobs: distribution: "temurin" cache: maven - name: Install test dependencies - run: sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr + run: sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr tesseract-ocr-deu - name: Build with Maven run: mvn -Pprod clean install - name: Upload war artifact