Skip to content

Commit

Permalink
Set JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarnk committed Aug 7, 2024
1 parent a0bc95f commit 4ca1be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
sudo mkdir -p /usr/local/ssl
sudo cp ${{ github.workspace }}/src/test/conf/openssl.cnf /usr/local/ssl/openssl.cnf
- name: Build with Maven
env:
JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64/
run: mvn -B package --file pom.xml
- name: Upload logfile
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4ca1be9

Please sign in to comment.