Skip to content

Commit e2e813c

Browse files
committed
ci: fix gcovr install
1 parent a91084d commit e2e813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Coverage Tools
5151
run: |
5252
sudo apt-get update
53-
sudo apt-get install -y python3-gcovr
53+
sudo apt-get install -y gcovr
5454
5555
- name: Install Dependencies
5656
shell: bash

0 commit comments

Comments
 (0)