fix build

This commit is contained in:
Benjamin Gamard 2023-09-15 22:05:04 +02:00 committed by GitHub
parent 1b382004cb
commit ce30b1a6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
distribution: "temurin" distribution: "temurin"
cache: maven cache: maven
- name: Install test dependencies - name: Install test dependencies
run: sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr tesseract-ocr-deu run: sudo apt-get update && sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr tesseract-ocr-deu
- name: Build with Maven - name: Build with Maven
run: mvn -Pprod clean install run: mvn -Pprod clean install
- name: Upload war artifact - name: Upload war artifact