Skip to content

Commit

Permalink
Undo sonar-scanner workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Apr 30, 2024
1 parent 51f2e6e commit bc7d1ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sonar-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
container:
image: ubuntu:jammy-20230126
steps:
- name: Install gcovr and git (Checkout action)
- name: Install curl, zip, git, gcovr
# Installing gcovr for unit test code coverage
# Installing git for checkout action
# installing curl/zip for sonar-cpp action
run: |
apt update
export DEBIAN_FRONTEND=noninteractive
apt-get install -y gcovr git
apt-get install -y curl zip git gcovr
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bc7d1ff

Please sign in to comment.