Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Feb 10, 2025
1 parent a4c2a22 commit 91ee5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --display java
sudo update-alternatives --display javac
sudo update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
sudo update-alternatives --set javac /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
java -version
javac -version
Expand Down

0 comments on commit 91ee5b3

Please sign in to comment.