Skip to content

Commit

Permalink
Install git for Codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jun 24, 2024
1 parent 199ede5 commit 9baeee5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
runs-on: ubuntu-latest
container: greenbone/gsad-build:stable
steps:
- name: Install git for Codecov uploader
run: |
apt update
apt install --no-install-recommends -y ca-certificates git
rm -rf /var/lib/apt/lists/*
- uses: actions/checkout@v4
- name: Configure and compile gsad
run: |
Expand Down

0 comments on commit 9baeee5

Please sign in to comment.