mirror of
https://github.com/sismics/docs.git
synced 2024-11-24 22:57:56 +01:00
fix build
This commit is contained in:
parent
1b382004cb
commit
ce30b1a6ff
2
.github/workflows/build-deploy.yml
vendored
2
.github/workflows/build-deploy.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user