Skip to content

Commit

Permalink
Fix QA CI
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Jul 23, 2024
1 parent 1c06513 commit 427b254
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ jobs:
name: QA
runs-on: ubuntu-latest
steps:
- name: Install Java 11
uses: actions/setup-java@v1
- name: Install Java 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: 11
distribution: 'temurin'
java-version: '17

- name: Install gcovr
run: |
Expand Down

0 comments on commit 427b254

Please sign in to comment.