From ce30b1a6ff3b4229b212bc9ccc6fd26ce1e54071 Mon Sep 17 00:00:00 2001 From: Benjamin Gamard Date: Fri, 15 Sep 2023 22:05:04 +0200 Subject: [PATCH] fix build --- .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 2c55d871a..2c38750a1 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -19,7 +19,7 @@ jobs: distribution: "temurin" cache: maven - 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 run: mvn -Pprod clean install - name: Upload war artifact