Skip to content

Commit

Permalink
Maybe just default JRE/JDK can get me keytool
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Oct 23, 2023
1 parent ab0ea44 commit c65118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo apt-get install -y graphviz

- name: Install Java to have KeyTool
run: sudo apt-get install -y java-11-amazon-corretto-jdk
run: sudo apt-get install -y default-jdk, default-jre, graphviz, curl, python3-pip

- name: Setup Gradle
uses: actions/setup-java@v3
Expand Down

0 comments on commit c65118c

Please sign in to comment.