Skip to content

Commit

Permalink
Update maven_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelva authored Dec 18, 2024
1 parent fefc4ae commit 1ed0bef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
{"id": "maven-internal", "username": "${{ secrets.NUXEO_MAVEN_USER }}", "password": "${{ secrets.NUXEO_MAVEN_TOKEN }}"}
]'

- name: Install ffmpeg
run: sudo apt-get -y install ffmpeg

- name: Build with Maven
run: mvn -B install --file pom.xml -DskipDocker=true

0 comments on commit 1ed0bef

Please sign in to comment.