add test dependencies

This commit is contained in:
bgamard 2022-01-13 00:15:37 +01:00
parent f0310e3933
commit 721410c7d0
1 changed files with 1 additions and 1 deletions

View File

@ -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