Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 30, 2023
1 parent 34c5833 commit 83b86ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
java-version: 17
distribution: temurin

- name: test
run: echo $JAVA_HOME && echo $PATH && echo java -version

- name: Set up Python for gcovr
uses: actions/setup-python@v4
with:
Expand All @@ -46,7 +43,7 @@ jobs:
run: pip install gcovr==5.0 # 5.1 is not supported

- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1
uses: SonarSource/sonarcloud-github-c-cpp@v2

- name: Run build-wrapper
run: |
Expand Down

0 comments on commit 83b86ba

Please sign in to comment.