Skip to content

Commit

Permalink
CI : sonar-scanner 4.7.0.2747 -> 6.2.1.4610 & fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Dec 13, 2024
1 parent 4ce111a commit b397fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# cron: "0 13 * * 1" # Every monday at 13h

env:
SONAR_SCANNER_VERSION: 4.7.0.2747
SONAR_SCANNER_VERSION: 6.2.1.4610

jobs:
run:
Expand All @@ -21,8 +21,8 @@ jobs:
run: |
sudo apt update
sudo apt install -y \
gcovr
# gcovr \
gcovr \
texlive-xetex
# libxml2-utils

- name: "Dependencies: Sonar"
Expand Down

0 comments on commit b397fdf

Please sign in to comment.