Skip to content

Commit

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

0 comments on commit 51f2e6e

Please sign in to comment.