Skip to content

Commit

Permalink
Install keytool for me too please
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Oct 23, 2023
1 parent 24b4ec8 commit ab0ea44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
- name: Checkout project sources
uses: actions/checkout@v3

- name: Install packages
- name: Install Graphviz to visualize trees
run: sudo apt-get install -y graphviz

- name: Install Java to have KeyTool
run: sudo apt-get install -y java-11-amazon-corretto-jdk

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

0 comments on commit ab0ea44

Please sign in to comment.