Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jun 12, 2024
1 parent 5c700f1 commit 0abe2cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ commands:
command: |
sudo apt-get update
sudo apt-get install -y openjdk-11-jdk
sudo update-alternatives --set java /usr/lib/jvm/java-11-openjdk-amd64/bin/java
sudo update-alternatives --set javac /usr/lib/jvm/java-11-openjdk-amd64/bin/javac
prepare:
description: "Prepare"
steps:
Expand Down

0 comments on commit 0abe2cb

Please sign in to comment.