Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopodl authored Jan 17, 2024
1 parent c306ef3 commit ccb0870
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
# Checks-out repository
- uses: actions/checkout@v2

- name: Install Java 17
run: |
apt install openjdk-17-jre
- name: Download SonarQube tools
run: |
Expand Down

0 comments on commit ccb0870

Please sign in to comment.