Skip to content

Commit

Permalink
remove now redundant step of installing gcovr
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed May 23, 2024
1 parent 7b059a3 commit d326639
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
repo: deb https://apt.llvm.org/${{ env.linux_release }} llvm-toolchain-${{ env.linux_release }} main
repo-name: llvm
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
- name: install gcovr
run: |
apt --quiet install --assume-yes devscripts equivs python3-pip
# install gcovr >5.2
pipx install git+https://github.com/gcovr/gcovr.git
- name: git clone
uses: myci-actions/checkout@master
- name: prepare debian package
Expand Down

0 comments on commit d326639

Please sign in to comment.