Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Actually install JDK 17 for SonarCloud
  • Loading branch information
NikolajSchlej authored Oct 26, 2023
1 parent 573452e commit 161c697
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ jobs:
version: '6.5.0'
host: 'linux'
target: 'desktop'
- name: Install JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1
- name: Run build-wrapper
Expand Down

0 comments on commit 161c697

Please sign in to comment.