Skip to content

Commit

Permalink
chore: update jdk17_ffmpeg_nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jun 7, 2024
1 parent bc1675a commit 420c930
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_jdk_ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Set up JDK 17 and Maven 3.8.4
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
maven-version: '3.8.4'

- name: Build with Maven
run: mvn clean package -DskipTests

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 420c930

Please sign in to comment.