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 72169dc commit 4eb1e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
{"id": "maven-internal", "username": "${{ secrets.NUXEO_MAVEN_USER }}", "password": "${{ secrets.NUXEO_MAVEN_TOKEN }}"}
]'

- name: Install IM
run: sudo apt-get -y install imagemagick
- name: Install IM,ffmpeg
run: sudo apt-get -y install imagemagick ffmpeg

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

0 comments on commit 4eb1e02

Please sign in to comment.