From aa8902bc57db0ea0a50e7f2e879312d390657c96 Mon Sep 17 00:00:00 2001 From: dernasherbrezon Date: Sun, 17 Dec 2023 16:25:19 +0000 Subject: [PATCH] fix jdk version --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c84fac..f30f329 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,11 +16,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 - - name: Set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: 17 - distribution: 'liberica' - name: Cache SonarQube packages uses: actions/cache@v3 with: @@ -28,7 +23,7 @@ jobs: key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: install dependencies run: | sudo apt-get update