Skip to content

Commit

Permalink
fix jdk 5
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Dec 24, 2024
1 parent 6805b9d commit fe78050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential ninja-build openjdk-17-jdk
env
echo "JAVA_HOME=/usr/lib/jvm/openjdk-17" >> $GITHUB_ENV
dpkg-query -L openjdk-17-jdk-headless
echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/" >> $GITHUB_ENV
# dpkg-query -L openjdk-17-jdk-headless
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fe78050

Please sign in to comment.