mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Update main.yml
Actually install JDK 17 for SonarCloud
This commit is contained in:
parent
573452ec09
commit
161c697104
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user